haikuwebkit/LayoutTests/fast/table/table-anonymous-cell-collap...

11 lines
178 B
HTML

<!DOCTYPE html>
<style>
td { display: block; }
</style>
Test passes if
<table border="3" cellpadding="10">
<td>each cell</td>
<td>is in its</td>
<td>own row.</td>
</table>