Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-stacked-002-expected.html
blob5da4443d8bf22e8e5bbe2a8c514ce4dcab353d24
1 <!DOCTYPE html>
2 <style>
3 .container {
4 width: 200px;
5 height: 100px;
6 font: 100px/1 Ahem, sans-serif;
7 background-color: green;
8 margin-bottom: 50px;
9 color: green;
11 </style>
12 <body>
13 <p>Shapes should not affact float stacking, but should affect inline content.</p>
14 <p>You should see two green rectanges. There should be no red.</p>
15 <div class="container">
16 </div>
17 <div class="container">
18 </div>
19 </body>