blob: e34f977afa7945dbb7707c6b9ca327a8d1116710 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: 100px;
height: 100px;
}
.floatBox {
float: left;
width: 40px;
height: 100px;
background-color: green;
}
.floatAvoider {
overflow: hidden;
height: 100%;
background-color: blue;
}
</style>
<div class=container>
<div class=floatBox></div>
<div class=floatAvoider></div>
</div>