Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / trailing-float-linebox.html
bloba4caa9bc27214b65c2b9ea7685e708bd77194411
1 <!-- This overflow section should have no scrollbars shown since everything fits. -->
2 <div style="overflow:auto; height:330px">
3 <div style="background-color: red; width: 571px; border: 10px solid silver; ">
4 <div style="height: 300px; float:left; width: 571px; background-color: silver;">
5 </div>
6 <img width="571" height="10px" style="background-color: silver;">
7 </div>