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

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:82d3c2693d85
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 </head>
9 <body>
10 <iframe style="width: 750px" src="28811-2-inner.html"></iframe>
11 </body>
12 </html>

mercurial