| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 layoutTestController.setCanOpenWindows(); | 5 layoutTestController.setCanOpenWindows(); |
| 6 | 6 |
| 7 var ga = document.createElement('script'); | 7 var ga = document.createElement('script'); |
| 8 ga.type = 'text/javascript'; | 8 ga.type = 'text/javascript'; |
| 9 ga.async = true; | 9 ga.async = true; |
| 10 ga.src = 'script.js'; | 10 ga.src = 'script.js'; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 internals.disableMemoryCache(false); | 57 internals.disableMemoryCache(false); |
| 58 InspectorTest.completeTest(); | 58 InspectorTest.completeTest(); |
| 59 } | 59 } |
| 60 } | 60 } |
| 61 </script> | 61 </script> |
| 62 <head> | 62 <head> |
| 63 <body onload="runTest()"> | 63 <body onload="runTest()"> |
| 64 </body> | 64 </body> |
| 65 </html> | 65 </html> |
| 66 | 66 |
| OLD | NEW |