4 Test for crbug.com/
279434: This test passes if there is a green square below.
<br/>
5 <div id=
"container"></div>
7 document
.getElementById('container').innerHTML
=
8 '<svg width="150" height="150">' +
9 '<rect id="g" x="200" y="200" width="100" height="100"/>' +
10 '<use x="-200" y="-200" xlink:href="#g"/>' +
12 document
.getElementById("g").setAttribute("fill", "green");