blob: 8e45ce041bce560bc6a5c98362c31c9d15bf886c [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.left {
float: left;
width: 100px;
height: 40px;
}
.avoider {
width: auto;
height: 60px;
}
</style>
<div style="background-color: green; width: 300px; overflow: hidden;">
<div class=left></div>
<div class=avoider style="clear: left"></div>
<div class=left style="height: 300px"></div>
</div>