<html> | |
<head> | |
<title>JavaScript Redirect</title> | |
<script> | |
if (window.testRunner) { | |
testRunner.clearBackForwardList(); | |
testRunner.waitUntilDone(); | |
} | |
location.href = "resources/redirect-target.html#1"; | |
</script> | |
</head> | |
<body>This page is a JavaScript redirect.</body> | |
</html> |