haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-with-column-spanner-f...

12 lines
354 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
font-size: 10px;
}
</style>
<table style="width: 600px;">
<tr><td colspan=3">#############</td></tr>
<tr><td colspan=2">######</td><td>##</td></tr>
<tr><td>#####</td><td>##</td><td>#</td></tr>
</table>