Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / trailing-float-expected.html
blobcfe5b1a9af4d5ed5952abe29bb38741a7524ff28
1 <!DOCTYPE html>
2 <p>crbug.com/487775: There should be a green square below (and no assertion failures).</p>
3 <div>
4 <div style="display:inline-block; width:100px;"></div>
5 <div style="display:inline-block; width:100%; height:100px;"></div>
6 <div style="width:100px; height:100px; background:green;"></div>
7 </div>