blob: 8c95f499c60a37660a2e4de872bf61ee5c4c336e [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.float_box {
float: left;
background-color: green;
width: 100px;
height: 100px;
}
.float_avoider {
overflow: hidden;
width: 100px;
height: 100px;
background-color: blue;
color: blue;
}
</style>
<div class=float_box></div>
<div class=float_avoider>text content</div>