<html> | |
<head> | |
<title>JavaScript Redirect</title> | |
<script> | |
if (window.testRunner) { | |
testRunner.clearBackForwardList(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
</head> | |
<body> | |
<p>This page is a JavaScript redirect.</p> | |
<form id="form" action="resources/redirect-target.html#1"></form> | |
<script> | |
document.getElementById("form").submit(); | |
</script> | |
</body> | |
</html> |