Bug 1270795 - Crash test; draft
authorCJKu <cku@mozilla.com>
Sat, 07 May 2016 00:47:13 +0800
changeset 364411 94745e2e2254b9f8d5964486e62cd63c1b8b26c3
parent 364410 91535cd22d31d59c94afa8f6faf5ee576c5f4cb1
child 520271 8de8486146c163c8b4680fea6826fdc004c77b3c
push id17443
push usercku@mozilla.com
push dateFri, 06 May 2016 16:47:26 +0000
bugs1270795
milestone49.0a1
Bug 1270795 - Crash test; MozReview-Commit-ID: CPnOAyuc6hp
layout/style/crashtests/1270795.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /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
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -142,8 +142,9 @@ load 1264396-1.html
 # The following test relies on -webkit-text-fill-color being behind the
 # layout.css.prefixes.webkit pref
 pref(layout.css.prefixes.webkit,false) load 1265611-1.html
 load border-image-visited-link.html
 load font-face-truncated-src.html 
 load large_border_image_width.html
 load long-url-list-stack-overflow.html
 pref(layout.css.background-clip-text.enabled,true) load 1264949.html
+pref(layout.css.background-clip-text.enabled,true) load 1270795.html