Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / prefetch-purpose.html
blob05276fde82ed2adf63a07be494cf6044c85e0281
1 <html>
2 <head>
3 <script>
5 function finishUp() {
6 window.location = 'resources/prefetch-purpose.php';
9 if (window.testRunner) {
10 testRunner.waitUntilDone();
11 testRunner.dumpAsText();
12 testRunner.dumpResourceResponseMIMETypes();
14 </script>
15 <link href="resources/prefetch-purpose.php" rel="prefetch" onload="finishUp()">
16 </head>
17 <body>
18 <p>Nothing to see here, this page should replace itself with resources/prefetch-purpose.php almost instantly.
19 </body>
20 </html>