Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / floats-wrap-top-below-bfc-003r-expected.html
blobe6e7887abce5b498ada3c28ee38843139e99f908
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <title>CSS Test: Test for wrapping around floats whose top is below the top of what must wrap around them</title>
4 <link rel="author" title="L. David Baron" href="http://dbaron.org/">
5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
6 <style type="text/css">
8 body { width: 400px; border: medium solid; }
9 span { display: inline-block; vertical-align: top; width: 100px; height: 50px; background: aqua; }
11 </style>
12 </head>
13 <body>
15 <div style="float: right; width: 250px; height: 25px;"></div>
16 <span></span>
17 <span style="margin-top: 25px; margin-left: 250px"></span>
21 </body></html>