Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-not-a-layer-expected.html
blob5b31813d2a82dd1600bca9f3375957ba361dd944
1 <!DOCTYPE html>
2 <style>
3 .container {
4 position: relative;
5 height: 10px;
6 width: 50px;
7 background-color: red;
9 .left {
10 position: absolute;
11 left: 0;
12 top: 0;
13 font: 10px/1 Ahem;
14 color: green;
16 </style>
17 <body>
18 You should see a green rectangle. You shouldn't see any red.
19 <div class="container">
20 <div class="left">
21 XXXXX
22 </div>
23 </div>
24 </body>