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