OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 .c2 { display: table-caption; position: relative; } | 4 .c2 { display: table-caption; position: relative; } |
5 .c9 { visibility: collapse; height: 65536px; } | 5 .c9 { visibility: collapse; height: 65536px; } |
6 .c15 { display: inline; float: right;} | 6 .c15 { display: inline; float: right;} |
7 </style> | 7 </style> |
8 <script> | 8 <script> |
9 if (window.layoutTestController) { | 9 if (window.layoutTestController) { |
10 layoutTestController.waitUntilDone(); | 10 layoutTestController.waitUntilDone(); |
(...skipping 26 matching lines...) Expand all Loading... |
37 setTimeout('try { nodes[29].appendChild(nodes[4]); } catch(e) {}', 561); | 37 setTimeout('try { nodes[29].appendChild(nodes[4]); } catch(e) {}', 561); |
38 setTimeout('window.scrollBy(-37, 59);', 203); | 38 setTimeout('window.scrollBy(-37, 59);', 203); |
39 setTimeout('tryToCrash();', 402); | 39 setTimeout('tryToCrash();', 402); |
40 } | 40 } |
41 </script> | 41 </script> |
42 </head> | 42 </head> |
43 <body onLoad="setTimeout('boom();',0)"> | 43 <body onLoad="setTimeout('boom();',0)"> |
44 Passes if it doesn't crash! | 44 Passes if it doesn't crash! |
45 </body> | 45 </body> |
46 </html> | 46 </html> |
OLD | NEW |