| <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] --> | |
| <style> | |
| .table_box { | |
| width: 100px; | |
| height: 100px; | |
| border-spacing: 0px; | |
| border: 10px solid green; | |
| padding: 10px; | |
| background-color: green; | |
| } | |
| </style> | |
| <table class=table_box><tr><td></td></tr></table> | |
| <div class=table_box style="display: table"></div> |