Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / floats-wrap-inside-inline-004-expected.html
blob58ed6a71992bdc7147b1027dee2fc62c32ad04b4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Test for wrapping around floats which are overlapped by the element that must avoid them</title>
5 <link rel="author" title="WebKit" href="http://webkit.org/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats">
7 <style type="text/css">
8 body { width: 400px; background: white}
9 </style>
10 </head>
11 <body>
12 <!--The span should avoid a float even when its top and bottom does not overlap with the top of the span.
13 In this test the float overlaps inside the span and the span has height set by its style.-->
14 <p>There should be two black boxes below.</p>
15 <div style="position: absolute; width: 40px; height: 40px; background: black;"></div>
16 <div style="position: absolute; left: 58px; width: 40px; height: 20px; background: black;"></div>
18 </body></html>