<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>