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