blob: 3a17d8d844d91df6707bb6b921fa5e7a81314f09 [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"; }, 2000);
</script>
</head>
<body>This page is a JavaScript redirect on a 2 second delay.</body>
</html>