blob: 459dd0dacd6aa9994d5a302c4c56aeac8563856e [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: 100px;
height: 100px;
background: green;
}
.empty_table {
display: table;
width: 90px;
height: 50px;
border: 5px solid blue;
}
</style>
<div class=container>
<div class=empty_table></div>
</div>