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