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