Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / floats-offset-inline-block-quirk-line-height-expected.html
blob38c1d0887bc073904f7850a1e2b4853cbdb72acf
1 <html>
2 <head>
3 <style>
4 body { width: 400px;}
5 .container { color: red; width: 100px; height: 150px; position: relative;}
6 .container:first-line { font-size: 30px;}
7 div { background: white; }
8 .reference { position: absolute; width: 20px; height: 20px; background: black; }
9 .first { left: 10px; }
10 .second { left: 40px; top: 20px; }
11 </style>
12 </head>
13 <body>
14 There should be no red visible below.
15 <div class="container">
16 <div class="reference first"></div>
17 <div class="reference second"></div>
18 </div>
19 </body></html>