From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../webkit-text-fill-color-currentColor.html | 19 +++++++++++ .../webkit-text-fill-color-property-001-ref.html | 6 ++++ .../webkit-text-fill-color-property-001a.html | 9 +++++ .../webkit-text-fill-color-property-001b.html | 9 +++++ .../webkit-text-fill-color-property-001c.html | 9 +++++ .../webkit-text-fill-color-property-001d.html | 9 +++++ .../webkit-text-fill-color-property-002-ref.html | 25 ++++++++++++++ .../webkit-text-fill-color-property-002.html | 29 +++++++++++++++++ .../webkit-text-fill-color-property-003-ref.html | 28 ++++++++++++++++ .../webkit-text-fill-color-property-003.html | 35 ++++++++++++++++++++ .../webkit-text-fill-color-property-004-ref.html | 34 +++++++++++++++++++ .../webkit-text-fill-color-property-004.html | 38 ++++++++++++++++++++++ .../webkit-text-fill-color-property-005-ref.html | 15 +++++++++ .../webkit-text-fill-color-property-005.html | 19 +++++++++++ .../webkit-text-fill-color-property-006-ref.html | 24 ++++++++++++++ .../webkit-text-fill-color-property-006.html | 28 ++++++++++++++++ 16 files changed, 336 insertions(+) create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-currentColor.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-001-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-001a.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-001b.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-001c.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-001d.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-002-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-002.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-003-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-003.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-004-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-004.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-005-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-005.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-006-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-text-fill-color-property-006.html (limited to 'testing/web-platform/tests/compat') diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-currentColor.html b/testing/web-platform/tests/compat/webkit-text-fill-color-currentColor.html new file mode 100644 index 000000000..f4912c934 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-currentColor.html @@ -0,0 +1,19 @@ + +Test that currentColor is not affected by -webkit-text-fill-color + + +

+ \ No newline at end of file diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-001-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001-ref.html new file mode 100644 index 000000000..8d9b8cc22 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001-ref.html @@ -0,0 +1,6 @@ + + +webkit-text-fill-color: untouched + + +
These texts should be green
diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-001a.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001a.html new file mode 100644 index 000000000..363f5608e --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001a.html @@ -0,0 +1,9 @@ + + +webkit-text-fill-color: green + + + + + +
These texts should be green
diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-001b.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001b.html new file mode 100644 index 000000000..3b9a68cf7 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001b.html @@ -0,0 +1,9 @@ + + +webkit-text-fill-color: green + + + + + +
These texts should be green
diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-001c.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001c.html new file mode 100644 index 000000000..54d600762 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001c.html @@ -0,0 +1,9 @@ + + +webkit-text-fill-color: green + + + + + +
These texts should be green
diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-001d.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001d.html new file mode 100644 index 000000000..a38653944 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-001d.html @@ -0,0 +1,9 @@ + + +webkit-text-fill-color: green + + + + + +
These texts should be green
diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-002-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-002-ref.html new file mode 100644 index 000000000..00c5072f8 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-002-ref.html @@ -0,0 +1,25 @@ + + + +webkit-text-fill-color on selected text reference + + + + +

Pass if color of selected text is green or inverted (depending on the platform convention), but not red

+ + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-002.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-002.html new file mode 100644 index 000000000..8ed14ccc8 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-002.html @@ -0,0 +1,29 @@ + + + +webkit-text-fill-color should take effect while rendering selected text + + + + + + + +

Pass if color of selected text is green or inverted (depending on the platform convention), but not red

+ + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-003-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-003-ref.html new file mode 100644 index 000000000..bbfd78e37 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-003-ref.html @@ -0,0 +1,28 @@ + + + +webkit-text-fill-color on ::-moz-selection selected text reference + + + + +

Pass if color of selected text is green!!!

+ + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-003.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-003.html new file mode 100644 index 000000000..dcbd70b18 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-003.html @@ -0,0 +1,35 @@ + + + +webkit-text-fill-color should take effect while rendering ::-moz-selection selected text + + + + + + + +

Pass if color of selected text is green!!!

+ + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-004-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-004-ref.html new file mode 100644 index 000000000..583cf9a35 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-004-ref.html @@ -0,0 +1,34 @@ + + +webkit-text-fill-color on MathML reference + + + + +

Pass if color of operators and operands are all green!!!

+ + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-004.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-004.html new file mode 100644 index 000000000..739418d98 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-004.html @@ -0,0 +1,38 @@ + + +webkit-text-fill-color should take effect while rendering MathML + + + + + + + +

Pass if color of operators and operands are all green!!!

+ + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + + diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-005-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-005-ref.html new file mode 100644 index 000000000..1391e38c1 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-005-ref.html @@ -0,0 +1,15 @@ + + +webkit-text-fill-color on text-decoration underline reference + + + +

Pass if text underline is green!!!

+

                        

diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-005.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-005.html new file mode 100644 index 000000000..88ac17a81 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-005.html @@ -0,0 +1,19 @@ + + +webkit-text-fill-color should not take effect while rendering text-decoration underline + + + + + + +

Pass if text underline is green!!!

+

                        

diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-006-ref.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006-ref.html new file mode 100644 index 000000000..602d296bd --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006-ref.html @@ -0,0 +1,24 @@ + + +webkit-text-fill-color on text-overflow ellipsis reference + + + + +

Test passes if there is a green ellipsis after "TestChecks".

+
+ TestChecksThatTextColorAndEllipsisColorShouldBeTheSame +
+ diff --git a/testing/web-platform/tests/compat/webkit-text-fill-color-property-006.html b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006.html new file mode 100644 index 000000000..4eb37e9e9 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006.html @@ -0,0 +1,28 @@ + + +webkit-text-fill-color should take effect while rendering text-overflow ellipsis + + + + + + + +

Test passes if there is a green ellipsis after "TestChecks".

+
+ TestChecksThatTextColorAndEllipsisColorShouldBeTheSame +
+ -- cgit v1.2.3