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