gecko-dev/layout/style/crashtests/1270795.html
CJKu b11e2e12ee Bug 1270795 - Crash test; r=jfkthame
MozReview-Commit-ID: CPnOAyuc6hp

--HG--
extra : rebase_source : 2586233eb9d8e931260510efbff94ae351247308
2016-05-07 00:47:13 +08:00

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>