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

<script src="redirect-updates-history-item.js"></script>
<script>
onload = function() {
    history.back();
}
</script>
<p>redirect-on-back-updates-history-item-goback.html: You should not see this text!</p>