Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
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>