1 <svg xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runTest()">
6 <g><use xlink:
href=
"#ref"/></g>
7 <g><text><tref id=
"tref" xlink:
href=
"#ref"/></text></g>
10 if (window
.GCController
)
11 GCController
.collect();
13 for (var i
= 0; i
< 10000; ++i
)
17 if (window
.testRunner
) {
18 testRunner
.dumpAsText();
19 testRunner
.waitUntilDone();
22 var tref
= document
.getElementById("tref");
25 var elem
= document
.getElementById("style");
26 var parent
= elem
.parentNode
;
27 parent
.insertBefore(document
.createElement("source"), elem
);
28 document
.body
.innerHTML
= "PASS";
29 if (window
.testRunner
)
30 testRunner
.notifyDone();