chromium/third_party/blink/web_tests/fast/history/resources/go-back-to-changed-name2.html

<p>This page tests that navigating back to a window that has changed its name doesn't fire an ASSERT.</p>
<p>PASS: You didn't crash.</p>
<script>
// reset window name
window.name = location.search.substring(1);
</script>