Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / previous-sibling-float-001-expected.html
blob1356e797b7fdb50c6737a415ab8b3773efdffcbd
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>