OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../js-test-resources/js-test-pre.js"></script> | 3 <script src="../../js-test-resources/js-test.js"></script> |
4 <script> | 4 <script> |
5 if (window.testRunner) | 5 if (window.testRunner) |
6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
7 function doRedirect() { | 7 function doRedirect() { |
8 window.location = "http://127.0.0.1:8000/misc/resources/webtiming-cross-orig
in-and-back-redirect1.php"; | 8 window.location = "http://127.0.0.1:8000/misc/resources/webtiming-cross-orig
in-and-back-redirect1.php"; |
9 } | 9 } |
10 addEventListener("load", setTimeout(doRedirect, 0)); | 10 addEventListener("load", setTimeout(doRedirect, 0)); |
11 </script> | 11 </script> |
12 </head> | 12 </head> |
13 <body> | 13 <body> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
OLD | NEW |