layout/reftests/bugs/246669-1.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:6695646a83f5
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 div {
6 display: table;
7 }
8 div div {
9 float: left;
10 width: 200px;
11 border: 2px solid #000;
12 }
13 </style>
14 </head>
15 <body>
16 <div>
17 <div>First float</div>
18 <script type="text/javascript">b=document.body.offsetHeight;</script>
19 <div>Second float</div>
20 </div>
21 </body>
22 </html>

mercurial