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