| <html> | |
| <head> | |
| <script> | |
| function finishUp() { | |
| window.location = 'resources/prefetch-purpose.py'; | |
| } | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| testRunner.dumpResourceResponseMIMETypes(); | |
| } | |
| </script> | |
| <link href="resources/prefetch-purpose.py" rel="prefetch" onload="finishUp()"> | |
| </head> | |
| <body> | |
| <p>Nothing to see here, this page should replace itself with resources/prefetch-purpose.py almost instantly. | |
| </body> | |
| </html> |