Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / floats-wrap-top-below-bfc-001l-expected.html
blobaee29e5dcfa9895b1920237d646d51ccdace37b3
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; text-align: left; }
9 div { float: left; clear: left; }
10 span { display: inline-block; vertical-align: top; width: 200px; height: 50px; background: aqua; }
12 </style>
13 </head>
14 <body>
16 <div style="width: 50px; height: 50px;"></div>
17 <div style="width: 100px; height: 100px;"></div>
18 <span></span>
19 <span></span>
23 </body></html>