From 5c93502309eff764e495ab5cee3e5c9d50b0ee4b Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 3 Oct 2017 08:30:34 -0700 Subject: [PATCH] Bug 1404057 - stylo: Add reftest for ensuring lang is not reset by the `all` shorthand ; r=xidorn MozReview-Commit-ID: HgjJDwUM6Ju --- layout/reftests/bugs/1404057-noref.html | 12 ++++++++++++ layout/reftests/bugs/1404057-ref.html | 12 ++++++++++++ layout/reftests/bugs/1404057.html | 12 ++++++++++++ layout/reftests/bugs/reftest.list | 2 ++ 4 files changed, 38 insertions(+) create mode 100644 layout/reftests/bugs/1404057-noref.html create mode 100644 layout/reftests/bugs/1404057-ref.html create mode 100644 layout/reftests/bugs/1404057.html diff --git a/layout/reftests/bugs/1404057-noref.html b/layout/reftests/bugs/1404057-noref.html new file mode 100644 index 000000000000..dc734b6b1f5e --- /dev/null +++ b/layout/reftests/bugs/1404057-noref.html @@ -0,0 +1,12 @@ + + + + +
+
+
+ diff --git a/layout/reftests/bugs/1404057-ref.html b/layout/reftests/bugs/1404057-ref.html new file mode 100644 index 000000000000..3c06958591be --- /dev/null +++ b/layout/reftests/bugs/1404057-ref.html @@ -0,0 +1,12 @@ + + + + +
+
+
+ diff --git a/layout/reftests/bugs/1404057.html b/layout/reftests/bugs/1404057.html new file mode 100644 index 000000000000..3a9e3af26a25 --- /dev/null +++ b/layout/reftests/bugs/1404057.html @@ -0,0 +1,12 @@ + + + + +
+
+
+ diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index 012505e09d1d..dc4ff30099cb 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -2042,3 +2042,5 @@ needs-focus != 1377447-1.html 1377447-2.html == 1398500-1.html 1398500-1-ref.html == 1401317.html 1401317-ref.html == 1401992.html 1401992-ref.html +== 1404057.html 1404057-ref.html +!= 1404057.html 1404057-noref.html