| 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 29 matching lines...) Expand all Loading... |
| 40 if (window.layoutTestController) | 40 if (window.layoutTestController) |
| 41 layoutTestController.notifyDone(); | 41 layoutTestController.notifyDone(); |
| 42 } | 42 } |
| 43 </script> | 43 </script> |
| 44 </head> | 44 </head> |
| 45 <body onload="runTest()"> | 45 <body onload="runTest()"> |
| 46 Test passes if it does not crash. | 46 Test passes if it does not crash. |
| 47 </body> | 47 </body> |
| 48 </html> | 48 </html> |
| 49 | 49 |
| OLD | NEW |