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
/
frames
/
resources
/
layout-after-destruction-subframe.html
blob
0ae5df10e05d2cb3390a26335227e5e05fefa01c
1
<script>
2
function
unloadHandler
()
3
{
4
var
element
=
parent
.
document
.
getElementById
(
"element"
);
5
element
.
setAttribute
(
"style"
,
"height: 100px"
);
6
element
.
offsetTop
;
7
}
8
</script>
9
<body
onunload
=
"unloadHandler()"
>
10
This is frame D.