| <script type="text/javascript"> |
| testRunner.waitUntilDone(); |
| document.body.rows = "200,*"; |
| <frameset rows="100,*" onload="test()"> |
| <frame src="data:text/html, |
| Test for <i><a href='https://bugs.webkit.org/show_bug.cgi?id=19348'>https://bugs.webkit.org/show_bug.cgi?id=19348</a> |
| REGRESSION (r34193): Setting the size of a frame with javascript document.body.row no longer works</i>. |
| This frame should be 200px tall. |
| <div style='position: absolute; width: 100px; height: 100px; background-color: green; left: 0; top: 100px;'></div> |