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