blob: 01e00c68f8abfb15772dbbaba365d5f5836699b4 [file] [log] [blame]
<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>