Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
go-back-to-changed-name2.html
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>