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