OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>New Window Opener Test</title> | 4 <title>New Window Opener Test</title> |
5 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../../resources/js-test.js"></script> |
6 </head> | 6 </head> |
7 | 7 |
8 <body> | 8 <body> |
9 | 9 |
10 <script type="text/javascript"> | 10 <script type="text/javascript"> |
11 if (window.testRunner) { | 11 if (window.testRunner) { |
12 testRunner.dumpAsText(); | 12 testRunner.dumpAsText(); |
13 testRunner.waitUntilDone(); | 13 testRunner.waitUntilDone(); |
14 testRunner.setCanOpenWindows(); | 14 testRunner.setCanOpenWindows(); |
15 } | 15 } |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 return; | 110 return; |
111 } | 111 } |
112 setTimeout(doneHandler, 1); | 112 setTimeout(doneHandler, 1); |
113 } | 113 } |
114 } | 114 } |
115 | 115 |
116 </script> | 116 </script> |
117 </body> | 117 </body> |
118 </html> | 118 </html> |
119 | 119 |
OLD | NEW |