1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/table-background/empty-cells-default-2-ref.html
T

7 lines
167 B
HTML

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