Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
loader
/
document-write-after-location-change.html
blob: 565ad14d009fac7bcf13ae9c170ab71762887d98 [
file
] [
log
] [
blame
]
<body>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
location
.
replace
(
"resources/pass-and-notify-done.html"
);
document
.
open
();
document
.
write
(
"This should not cancel the navigation"
);
</script>
</body>