gecko-dev/layout/reftests/table-background/hidden-cells-1.html

13 строки
335 B
HTML

<!DOCTYPE html>
<table style="width: 200px; height: 200px; empty-cells: hide; color: white">
<colgroup style="background: red">
<col style="background: red">
</colgroup>
<tbody style="background: red">
<tr style="background: red">
<td></td>
<td style="visibility: hidden">X</td>
</tr>
</tbody>
</table>