haikuwebkit/LayoutTests/fast/dom/Window/redirect-with-timer.html

9 lines
247 B
HTML

<meta http-equiv="refresh" content="0;URL=resources/destination.html">
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
setTimeout("window.location.replace('resources/destination.html')", 0)
</script>