Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / clear-to-fit.html
blobb2d0646aa18a8f8d855f3b16027c49a01742d06c
1 <div style="float: left; width: 100px; height: 50px;"></div>
2 <div style="float: left; clear: both; width: 50px; height: 50px;">
3 <div style="width: 50px; height: 50px; background-color: green; margin-left: 50px"></div>
4 </div>
5 <div style="width: 150px;">
6 <table cellpadding="0" style="width: 100px; height: 100px; border-collapse: collapse;"><tr><td style="vertical-align: top;">
7 <div style="background-color: red; width: 50px; height: 50px;"></div>
8 </td></tr></table>
9 </div>