summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1270795.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/1270795.html')
-rw-r--r--layout/style/crashtests/1270795.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/style/crashtests/1270795.html b/layout/style/crashtests/1270795.html
new file mode 100644
index 0000000000..c4262078ed
--- /dev/null
+++ b/layout/style/crashtests/1270795.html
@@ -0,0 +1,15 @@
+<!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> \ No newline at end of file