Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
subframe-stop-load-in-unload-handler-using-window-stop.html
blob: c0d9682e675a13d10b43b2a5fb8d6a471da9a38c [
file
] [
log
] [
blame
]
<script>
window
.
location
=
"pass.html"
;
window
.
onunload
=
function
()
{
window
.
stop
();
setTimeout
(
"parent.log('You wanted to go to: '+ location.href); parent.fail()"
,
500
);
}
</script>