# HG changeset patch # User Kevin Hsieh # Date 1503092805 25200 # Fri Aug 18 14:46:45 2017 -0700 # Node ID 8978426213267023c2cbac2ea85ea2b020f00412 # Parent 5e197528fe28ca3755ac166872135460602899f9 Bug 1367860 (part 5) - Add testcases. r?dbaron MozReview-Commit-ID: E29lR1RMDp4 diff --git a/layout/reftests/font-matching/1367860-1.htm b/layout/reftests/font-matching/1367860-1.htm new file mode 100644 --- /dev/null +++ b/layout/reftests/font-matching/1367860-1.htm @@ -0,0 +1,20 @@ + + + + + + + + +
+ These two lines should be exactly the same. +
+
+ These two lines should be exactly the same. +
+ + diff --git a/layout/reftests/font-matching/1367860-2.htm b/layout/reftests/font-matching/1367860-2.htm new file mode 100644 --- /dev/null +++ b/layout/reftests/font-matching/1367860-2.htm @@ -0,0 +1,20 @@ + + + + + + + + +
+ These two lines should be exactly the same. +
+
+ These two lines should be exactly the same. +
+ + diff --git a/layout/reftests/font-matching/1367860-3.htm b/layout/reftests/font-matching/1367860-3.htm new file mode 100644 --- /dev/null +++ b/layout/reftests/font-matching/1367860-3.htm @@ -0,0 +1,20 @@ + + + + + + + + +
+ These two lines should be exactly the same. +
+
+ These two lines should be exactly the same. +
+ + diff --git a/layout/reftests/font-matching/1367860-ref.htm b/layout/reftests/font-matching/1367860-ref.htm new file mode 100644 --- /dev/null +++ b/layout/reftests/font-matching/1367860-ref.htm @@ -0,0 +1,15 @@ + + + + + + + + +
These two lines should be exactly the same.
+
These two lines should be exactly the same.
+ + diff --git a/layout/reftests/font-matching/reftest.list b/layout/reftests/font-matching/reftest.list --- a/layout/reftests/font-matching/reftest.list +++ b/layout/reftests/font-matching/reftest.list @@ -1,5 +1,10 @@ == CSS21-t1502-no-inherited-font-family.xhtml CSS21-t1502-no-inherited-font-family-ref.xhtml +# tests for bug 1367860 (correct default generic font based on language) +== 1367860-1.htm 1367860-ref.htm +== 1367860-2.htm 1367860-ref.htm +== 1367860-3.htm 1367860-ref.htm + # basic tests for bug 538730 != synthetic-bold-1.html synthetic-bold-1-ref.html != synthetic-bold-2.html synthetic-bold-2-ref.html diff --git a/testing/web-platform/meta/css/CSS2/selectors/attribute-value-selector-002.xht.ini b/testing/web-platform/meta/css/CSS2/selectors/attribute-value-selector-002.xht.ini new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/selectors/attribute-value-selector-002.xht.ini @@ -0,0 +1,3 @@ +[attribute-value-selector-002.xht] + type: reftest + expected: FAIL