blob: 5a9240ffcb4d01e8e869fb3cd4c75bb6e3841353 [file] [log] [blame]
<html>
<head>
<title>301 Redirect</title>
<script>
function runTest() {
if (window.testRunner) {
testRunner.clearBackForwardList();
testRunner.waitUntilDone();
}
window.setTimeout(function() {window.location = 'resources/redirect-helper.pl?301';}, 0);
}
</script>
<body onload="runTest()">This page is a 301 redirect.</body>
</html>