layout/reftests/bugs/28811-2a.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Testcase for resizing elements that depend on containing block width</title>
     5 <style type="text/css">
     6 html, body, iframe { height: 100%; }
     7 </style>
     8 <script type="application/javascript">
    10 function run() {
    11     document.getElementById("toresize").style.width = "750px";
    12 }
    14 </script>
    15 </head>
    16 <body onload="run()">
    17 <iframe style="width: 1000px" id="toresize" src="28811-2-inner.html"></iframe>
    18 </body>
    19 </html>

mercurial