OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
5 { | 5 { |
6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
7 layoutTestController.waitUntilDone(); | 7 layoutTestController.waitUntilDone(); |
8 } | 8 } |
9 | 9 |
10 function runTest() | 10 function runTest() |
(...skipping 24 matching lines...) Loading... |
35 var s = new String("abc"); | 35 var s = new String("abc"); |
36 } | 36 } |
37 } | 37 } |
38 </script> | 38 </script> |
39 </head> | 39 </head> |
40 <body onload="runTest()"> | 40 <body onload="runTest()"> |
41 <div id="result"></div> | 41 <div id="result"></div> |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
44 | 44 |
OLD | NEW |