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 layoutTestController.setCanOpenWindows(); | 7 layoutTestController.setCanOpenWindows(); |
8 layoutTestController.setCloseRemainingWindowsWhenComplete(true); | 8 layoutTestController.setCloseRemainingWindowsWhenComplete(true); |
9 } | 9 } |
10 | 10 |
(...skipping 22 matching lines...) Expand all Loading... |
33 } + ")()"; | 33 } + ")()"; |
34 } + ")()"); | 34 } + ")()"); |
35 } | 35 } |
36 } | 36 } |
37 </script> | 37 </script> |
38 </head> | 38 </head> |
39 <body> | 39 <body> |
40 This test passes if there's no alert dialog. | 40 This test passes if there's no alert dialog. |
41 </body> | 41 </body> |
42 </html> | 42 </html> |
OLD | NEW |