haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/abs-pos-with-border-padding...

18 lines
375 B
HTML

<!-- 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>