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