blob: 09d4bc58c56a1c2dd5fb0772c92da87fce00a423 [file] [log] [blame]
<html>
<head>
<title>JavaScript Redirect</title>
<script>
if (window.testRunner) {
testRunner.clearBackForwardList();
testRunner.waitUntilDone();
}
location.replace("resources/redirect-target.html#1");
</script>
</head>
<body>This page is a JavaScript redirect.</body>
</html>