OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <script> | 3 <script> |
4 if (window.layoutTestController) { | 4 if (window.layoutTestController) { |
5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
6 layoutTestController.waitUntilDone(); | 6 layoutTestController.waitUntilDone(); |
7 } | 7 } |
8 | 8 |
9 function crash() | 9 function crash() |
10 { | 10 { |
(...skipping 13 matching lines...) Expand all Loading... |
24 } | 24 } |
25 | 25 |
26 function runTest() | 26 function runTest() |
27 { | 27 { |
28 setTimeout("crash()", 0); | 28 setTimeout("crash()", 0); |
29 } | 29 } |
30 </script> | 30 </script> |
31 <object data="resources/smil-element-target-crash.svg" id="object1" onload="runT
est()"></object> | 31 <object data="resources/smil-element-target-crash.svg" id="object1" onload="runT
est()"></object> |
32 <iframe id="iframe1"></iframe> | 32 <iframe id="iframe1"></iframe> |
33 </html> | 33 </html> |
OLD | NEW |