blob: ff2d093ae48314c3814a48145ce8cfda2f410023 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
position: relative;
height: 200px;
}
.child {
width: 100px;
height: 50%;
position: absolute;
top: 0px;
left: 0px;
background-color: green;
}
</style>
<div class=container><div class=child><div></div></div></div>