blob: fc4d37f03e0205479ae4a8c6269ec4a48ef37294 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: 200px;
height: 100px;
background-color: red;
margin-bottom: 300px;
}
.float {
float: left;
width: 200px;
height: 200px;
background: green;
}
</style>
<div class=container></div>
<div class=float></div>