OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
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 gc() | 9 function gc() |
10 { | 10 { |
(...skipping 22 matching lines...) Expand all Loading... |
33 layoutTestController.notifyDone(); | 33 layoutTestController.notifyDone(); |
34 } | 34 } |
35 </script> | 35 </script> |
36 </head> | 36 </head> |
37 <body> | 37 <body> |
38 <iframe onload="this.onload = null; win = this.contentWindow; runTest();
"></iframe> | 38 <iframe onload="this.onload = null; win = this.contentWindow; runTest();
"></iframe> |
39 Test passes if it does not crash. | 39 Test passes if it does not crash. |
40 </body> | 40 </body> |
41 </html> | 41 </html> |
42 | 42 |
OLD | NEW |