chromium/third_party/blink/web_tests/http/tests/navigation/resources/redirect-on-reload-updates-history-item-goback.html

<script src="redirect-updates-history-item.js"></script>
<script>
onload = function() {
    clearLocationCookie();
    sessionStorage.done = true;

    history.back();
}
</script>
<body>redirect-on-reload-updates-history-item-goback.html: You should not see this text!</body>