Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-negative-top-margin-expected.html
blob3d3483a3184d70f557567d73bc88ca4a132daf50
1 <!DOCTYPE html>
2 <style>
3 .container {
4 width: 150px;
5 height: 50px;
6 background-color: green;
8 </style>
9 <body>
10 <p>You should see one green rectangle. You should not see any red.</p>
11 <div class="container">
12 </div>
13 </body>