repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
events
/
resources
/
subframe-stop-load-in-unload-handler-using-window-stop.html
blob
c0d9682e675a13d10b43b2a5fb8d6a471da9a38c
1
<script>
2
window
.
location
=
"pass.html"
;
3
4
window
.
onunload
=
function
()
5
{
6
window
.
stop
();
7
setTimeout
(
"parent.log('You wanted to go to: '+ location.href); parent.fail()"
,
500
);
8
}
9
</script>