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