blob: f846333a125a391fb77360212e743b376da517fa [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
margin-bottom: auto;
margin-top: auto;
position: absolute;
background-color: green;
width: 100px;
}
</style>
<div style="height: 500px; width: 500px; background-color: transparent">
<div style="top: 10px;"></div>
<div style="bottom: 10px;"></div>
<div style="top: 10px; height: 100px"></div>
<div style="bottom: 10px; height: 100px"></div>
</div>