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