no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 163504-1a.html
bloba8db85184eb53a3a1dc8c4517e7bc3505ff1ec85
1 <!DOCTYPE HTML>
2 <html>
3 <head>
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%; }
8 </style>
9 <script type="application/javascript">
11 function run() {
12 document.getElementById("toresize").style.height = "750px";
15 </script>
16 </head>
17 <body onload="run()">
18 <iframe style="height: 1000px" id="toresize" src="163504-1-inner.html"></iframe>
19 </body>
20 </html>