summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/text-refresh.html
blob: 75aaa1a0a05dd91dd5c0adbb42b2ee71350431d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
<script>
if (window.testRunner) {
    testRunner.waitUntilDone();
    testRunner.dumpAsText();
}
</script>
<meta http-equiv="refresh" content="0; URL=resources/text-refresh.pl">
</head>
<body>
FAILURE (couldn't even start to test)
<!-- https://bugs.webkit.org/show_bug.cgi?id=6621 -->
</body>