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