chromium/third_party/blink/web_tests/http/tests/history/redirect-js-location-before-load.html

<html>
<head>
<title>JavaScript Redirect</title>

<script>
if (window.testRunner) {
    testRunner.clearBackForwardList();
    testRunner.waitUntilDone();
}
location = "resources/redirect-target.html#1";
</script>
</head>

<body>This page is a JavaScript redirect.</body>
</html>