Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / trailing-float-with-content-expected.html
blob25cdd56abfdb8ff74177005c97d4630c1655e561
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0px;
6 #container {
7 position: absolute;
8 top: 50px;
9 width: 300px;
10 font: 10px/1 Ahem;
12 #green {
13 position: absolute;
14 top: 112px;
15 right: 0px;
17 </style>
18 <p>crbug.com/487775: There should be a green square to the right (and no assertion failures).</p>
19 <div id="container">
20 <div id="firstChild" style="display:inline-block; width:101px;"></div>
21 <div style="display:inline-block; width:100%; height:100px;"></div>
22 <div id="green" style="width:100px; height:100px; background:green;"></div>
23 </div>