зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
360 B
HTML
13 строки
360 B
HTML
<!DOCTYPE html>
|
|
<table style="width: 200px; height: 200px; empty-cells: show; color: white">
|
|
<colgroup style="background: red">
|
|
<col style="background: red">
|
|
</colgroup>
|
|
<tbody style="background: red">
|
|
<tr style="background: red">
|
|
<td style="background: white"></td>
|
|
<td style="visibility: hidden"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|