From 135b397103bbbb72b14a6e9abdbd59610420f99a Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 21 Apr 2016 17:05:46 +0900 Subject: [PATCH] Bug 1265611 - Crashtest; r=heycam I have verified that without the fix in the first patch in this series this test fails, but passes with the fix applied. MozReview-Commit-ID: JmncnapbVLa --- layout/style/crashtests/1265611-1.html | 16 ++++++++++++++++ layout/style/crashtests/crashtests.list | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 layout/style/crashtests/1265611-1.html diff --git a/layout/style/crashtests/1265611-1.html b/layout/style/crashtests/1265611-1.html new file mode 100644 index 000000000000..7685ad6333ba --- /dev/null +++ b/layout/style/crashtests/1265611-1.html @@ -0,0 +1,16 @@ + + + diff --git a/layout/style/crashtests/crashtests.list b/layout/style/crashtests/crashtests.list index 9406f357de27..c672b4a7d856 100644 --- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -139,6 +139,9 @@ load 1238660-1.html load 1245260-1.html load 1247865-1.html 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