mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
b11e2e12ee
MozReview-Commit-ID: CPnOAyuc6hp --HG-- extra : rebase_source : 2586233eb9d8e931260510efbff94ae351247308
15 lines
329 B
HTML
15 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table style="background-image: linear-gradient(black, white); background-clip: text;">
|
|
<tr>
|
|
<td>Table 1</td>
|
|
</tr>
|
|
</table>
|
|
<table style="background-color: red; background-clip: text;">
|
|
<tr>
|
|
<td>Table 2</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |