Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / previous-sibling-abspos-001-expected.html
blob55f76d60c06db5e1540e743581a90d7237b00e0f
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: Avoid nested floats in previous siblings</title>
5 <link rel="author" title="WebKit" href="http://www.webkit.org/">
6 <style type="text/css">
7 #container
9 background-color:green;
10 width: 400px;
11 height: 100px;
13 </style>
14 </head>
15 <body>
16 <p>There should be no red.</p>
17 <div id="container">
18 </div>
19 </body>
20 </html>