<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] --> | |
<style> | |
td { | |
background-color: green; | |
width: 100px; | |
} | |
</style> | |
<table height=500 style="border-spacing: 10px;"> | |
<tr><td height=50%></td></tr> | |
<tr><td height=50%></td></tr> | |
</table> |