OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 .c10 { display: table-caption; width: 65536px; } | 4 .c10 { display: table-caption; width: 65536px; } |
5 .c12 > .c7 { visibility: hidden; float: left; } | 5 .c12 > .c7 { visibility: hidden; float: left; } |
6 .c13:nth-of-type(2n) { color: Yellow; } | 6 .c13:nth-of-type(2n) { color: Yellow; } |
7 .c15:nth-last-of-type(-n+6) { display: -webkit-box; padding-left: 65536px; } | 7 .c15:nth-last-of-type(-n+6) { display: -webkit-box; padding-left: 65536px; } |
8 </style> | 8 </style> |
9 | 9 |
10 <script> | 10 <script> |
(...skipping 29 matching lines...) Expand all Loading... |
40 setTimeout('try { nodes[91].appendChild(nodes[8]); } catch(e) {}', 502); | 40 setTimeout('try { nodes[91].appendChild(nodes[8]); } catch(e) {}', 502); |
41 setTimeout('try { nodes[92].appendChild(nodes[16]); } catch(e) {}', 461); | 41 setTimeout('try { nodes[92].appendChild(nodes[16]); } catch(e) {}', 461); |
42 setTimeout('tryToCrash();', 519); | 42 setTimeout('tryToCrash();', 519); |
43 } | 43 } |
44 </script> | 44 </script> |
45 </head> | 45 </head> |
46 <body onLoad="setTimeout('boom();',0)"> | 46 <body onLoad="setTimeout('boom();',0)"> |
47 Passes if it doesn't crash! | 47 Passes if it doesn't crash! |
48 </body> | 48 </body> |
49 </html> | 49 </html> |
OLD | NEW |