blob: 6ff22503cc43a7dc63d34023c3def5047931f191 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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>