<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>
<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>