blob: 26defc2ad9174edfb1a909562da6438f18a45c26 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
float: left;
background-color: red;
}
.child_floating {
float:left;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div class=container>
<div class=child_floating></div>
<div class=child_floating></div>
<div class=child_floating></div>
</div>