1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-19 23:08:46 +00:00
Files
UXP/layout/reftests/table-background/empty-cells-default-1-ref.html
T

7 lines
183 B
HTML

<!-- Quirks mode on purpose -->
<table style="empty-cells: show">
<tr>
<td style="border: 10px solid blue; background: yellow; height: 50px; width: 50px"></td>
</tr>
</table>