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