3 This test passes if it does not crash
<br>
4 <svg id=
"svg" style=
"position: absolute;">
5 <path class=
"c3"></path>
8 <use xlink:
href=
"#svg"></use>
11 if (window
.testRunner
) {
12 testRunner
.waitUntilDone();
13 testRunner
.dumpAsText();
16 document
.body
.offsetTop
;
17 document
.styleSheets
[0].insertRule('.c3 { border: 5px solid red; } ', '.c3');
18 if (window
.testRunner
)
19 testRunner
.notifyDone();