Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / vertical-move-relayout.html
blob17d736460d0d80dcdfd63036720c67f50ddfffe8
1 <html>
2 <head>
3 <style type="text/css">
4 #f {
5 float: left;
6 height: 100px;
7 width: 100px;
8 background: skyblue;
10 </style>
11 </head>
12 <body onload="document.body.offsetTop; document.getElementById('t').style.height = '120px'">
13 <p>
14 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6795">http://bugzilla.opendarwin.org/show_bug.cgi?id=6795</a>
15 Slow image load causes render problem</i>.
16 </p>
17 <p>
18 There should be only one blue square below:
19 </p>
20 <div>
21 <div id="f"></div>
22 <div id="t" style="width: 50px; display: inline-block;"></div>
23 <div style="height: 20px;"></div>
24 </div>
25 </div>
26 </body>
27 </html>