2 <body onload=
"runSMILTest()">
5 <feImage id=
"test"></feImage>
7 <set id=
"set1" xlink:
href=
"#test"></set>
10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
13 gc = function() { window
.GCController
.collect() };
14 } else if (!window
.gc
)
17 window
.onload = function() {
18 if (location
.hash
!= "#2") {
20 location
.hash
= "#" + (parseInt(location
.hash
.slice(1)) + 1).toString();
25 setTimeout(function(){location
.reload()}, 0);
27 document
.body
.innerHTML
= "PASS";
28 if (window
.testRunner
)
29 testRunner
.notifyDone();