OLD | NEW |
1 <html><head> | 1 <html><head> |
2 <title>Ping</title> | 2 <title>Ping</title> |
3 <script> | 3 <script> |
4 | 4 |
5 if (window.testRunner) { | 5 if (window.testRunner) { |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
| 8 testRunner.dumpPingLoaderCallbacks(); |
8 } | 9 } |
9 | 10 |
10 if (location.protocol != "https:") | 11 if (location.protocol != "https:") |
11 location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html" | 12 location = "https://127.0.0.1:8443/navigation/ping-cross-origin.html" |
12 </script> | 13 </script> |
13 </head></html> | 14 </head></html> |
OLD | NEW |