4 Test for crbug.com/
277848.
<br/>
5 This test passes if there is a green square below with no red.
<br/>
6 <div id=
"lazyAttach"></div>
8 document
.getElementById('lazyAttach').innerHTML
= '<svg clip-path="url(#clip-rect)">' +
10 '<clipPath id="clip-rect">' +
11 '<rect id="rect" x="20" y="20" width="80" height="80"/>' +
14 // The red stroke of this rect should be clipped away.
15 '<rect x="10" y="10" width="100" height="100" fill="green" stroke-width="5" stroke="red"/>' +