<!DOCTYPE html>
<table style="width: 100px; height: 100px; border-spacing: 0">
<tr style="background: linear-gradient(currentcolor, currentcolor) red; color: green">
<td style="color: red"></td>
</tr>
</table>
<!DOCTYPE html>
<table style="width: 100px; height: 100px; border-spacing: 0">
<tr style="background: linear-gradient(currentcolor, currentcolor) red; color: green">
<td style="color: red"></td>
</tr>
</table>