blob: fc42147b7656fafdb4d11e9707c09e928f9b010d [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
position: absolute;
padding-top: 300px;
border-top: 100px solid red;
}
.float {
float: left;
width: 200px;
height: 200px;
background: green;
}
</style>
<div class=container>
<div class=float></div>
</div>