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