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
/
http
/
tests
/
misc
/
detach-and-location-change-in-onload.html
blob
45de3d66d0cc05485211913499f2593f0689e335
1
<body>
2
<iframe
src
=
"data:text/html,"
></iframe>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
7
window
.
onload
=
function
() {
8
var
f
=
window
.
frames
[
0
];
9
document
.
body
.
innerHTML
=
'PASS'
;
10
f
.
location
=
"about:blank"
;
11
}
12
</script>
13
</body>