chromium/third_party/blink/web_tests/http/tests/history/redirect-302.html

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