blob: e17097369cb704be984a6d44249a9976280133aa [file] [log] [blame]
<html>
<head>
<title>JavaScript Redirect</title>
<script>
if (window.testRunner) {
testRunner.clearBackForwardList();
testRunner.waitUntilDone();
}
setTimeout(function () { document.location = "resources/redirect-target.html#1"; }, 0);
</script>
</head>
<body>This page is a JavaScript redirect on a 0 second delay.</body>
</html>