haikuwebkit/LayoutTests/fast/overflow/trailing-float-linebox.html

8 lines
386 B
HTML

<!-- 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>