summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/trailing-float-linebox.html
blob: a4caa9bc27214b65c2b9ea7685e708bd77194411 (plain)
1
2
3
4
5
6
7
<!-- This overflow section should have no scrollbars shown since everything fits. -->
<div style="overflow:auto; height:330px">
<div style="background-color: red; width: 571px; border: 10px solid silver; ">
   <div style="height: 300px; float:left; width: 571px; background-color: silver;">
    </div>
    <img width="571" height="10px" style="background-color: silver;">
</div>