| 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 gc = window.gc || function() | 9 gc = window.gc || function() |
| 10 { | 10 { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 { | 42 { |
| 43 document.getElementById("foo"); | 43 document.getElementById("foo"); |
| 44 | 44 |
| 45 if (window.layoutTestController) | 45 if (window.layoutTestController) |
| 46 layoutTestController.notifyDone(); | 46 layoutTestController.notifyDone(); |
| 47 } | 47 } |
| 48 </script> | 48 </script> |
| 49 </head> | 49 </head> |
| 50 <body>PASS</body> | 50 <body>PASS</body> |
| 51 </html> | 51 </html> |
| OLD | NEW |