4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
11 var doc
= document
.implementation
.createDocument(null, "");
12 doc
.adoptNode(object1
.contentDocument
.getElementsByTagName("svg")[0]);
15 if (window
.GCController
)
16 GCController
.collect();
19 document
.write('PASS');
22 if (window
.testRunner
)
23 testRunner
.notifyDone();
28 setTimeout("crash()", 0);
31 <object data=
"resources/smil-element-target-crash.svg" id=
"object1" onload=
"runTest()"></object>
32 <iframe id=
"iframe1"></iframe>