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