4 <title>Testcase for resizing elements that depend on containing block height
</title>
5 <style type=
"text/css">
6 html
, body
{ height: 100%; }
7 iframe
{ width: 100%; }
9 <script type=
"application/javascript">
12 document.getElementById(
"toresize").style.height =
"750px";
18 <iframe style=
"height: 500px" id=
"toresize" src=
"163504-2-inner.html"></iframe>