blob: cac3871ac9601d038dc6809891de832d4adecdd7 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
center {
width: 100px;
background-color: blue;
}
div {
width: 50px;
height: 50px;
background-color: green;
}
</style>
<center><div></div></center>
<center><div style="margin-left: 50px;"></div></center>
<center><div style="margin-right: 50px;"></div></center>
<center><div style="display: table;"></div></center>