| <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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> |