Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-stacked-001-expected.html
blobf3f5b935d030e5c3012ac46b0623c70005e806d7
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>If a shape on a stacked float does not affect the line, then the line should be affected by the shape on the previous stacked float.</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>