haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-with-percent-columns-...

12 lines
299 B
HTML

<!-- 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>