blob: 7aba207c3f19abc998278542a8824c1ed0b6d0a1 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
border: 5px solid green;
height: 100px;
width: 100px;
position: relative;
}
div div {
background: blue;
position: absolute;
height: 50px;
width: 50px;
top: 10px;
bottom: 10px;
}
</style>
<div class=container><div style="margin-top: 10px;"></div></div>
<div class=container><div style="margin-bottom: 10px;"></div></div>
<div class=container><div style="margin-top: 10px; margin-bottom: 10px;"></div></div>