3 <script type=
"text/javascript">
7 testRunner
.waitUntilDone();
9 document
.body
.offsetTop
;
10 setTimeout(function() {
11 document
.body
.rows
= "200,*";
12 if (window
.testRunner
)
13 testRunner
.notifyDone();
18 <frameset rows=
"100,*" onload=
"test()">
19 <frame src=
"data:text/html,
21 Test for <i><a href='https://bugs.webkit.org/show_bug.cgi?id=19348'>https://bugs.webkit.org/show_bug.cgi?id=19348</a>
22 REGRESSION (r34193): Setting the size of a frame with javascript document.body.row no longer works</i>.
25 This frame should be 200px tall.
27 <div style='position: absolute; width: 100px; height: 100px; background-color: green; left: 0; top: 100px;'></div>