5 document
.body
.offsetTop
; // force layout
6 document
.getElementById('i').style
.height
= '100px';
7 document
.getElementById('j').style
.height
= '100px';
11 <body onload=
"test()">
13 This tests for a regression against
14 <i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=5813">http://bugzilla.opendarwin.org/show_bug.cgi?id=
5813</a>
15 positioned blocks don't update when resizing the window vertically
</i>.
18 The two squares below should be solid green.
21 <iframe id=
"i" style=
"width: 100px; height: 50px;" src=
"resources/window-height-change-frame.html"></iframe>
22 <iframe id=
"j" style=
"width: 100px; height: 50px;" src=
"resources/window-height-change-frame-flex.html"></iframe>