blob: 7420df575559ceb866c9751955a26005e21a14a2 [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
function loadAfterPrefetch()
{
window.location.assign('http://localhost:8000/cache/resources/prefetched-main-resource.php');
}
</script>
<body>
<link rel="prefetch" href="http://localhost:8000/cache/resources/prefetched-main-resource.php" onload="loadAfterPrefetch();">
</body>
</html>