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