summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/prefetch-purpose.html
blob: 05276fde82ed2adf63a07be494cf6044c85e0281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<script>

function finishUp() {
    window.location = 'resources/prefetch-purpose.php';
}

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