From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/compat/META.yml | 5 ++ .../css-style-declaration-alias-enumeration.html | 70 +++++++++++++++++++++ testing/web-platform/tests/compat/green-ref.html | 6 ++ testing/web-platform/tests/compat/historical.html | 18 ++++++ .../web-platform/tests/compat/idlharness.window.js | 18 ++++++ .../compat/webkit-background-origin-text-ref.html | 6 ++ .../compat/webkit-background-origin-text.html | 19 ++++++ .../compat/webkit-box-clamp-bottom-border-ref.html | 12 ++++ .../compat/webkit-box-clamp-bottom-border.html | 18 ++++++ .../webkit-box-clamp-visibility-change-ref.html | 24 +++++++ .../compat/webkit-box-clamp-visibility-change.html | 34 ++++++++++ .../tests/compat/webkit-box-fieldset-ref.html | 5 ++ .../tests/compat/webkit-box-fieldset.html | 6 ++ .../compat/webkit-box-fixed-position-child.html | 17 +++++ ...webkit-box-horizontal-reverse-variants-ref.html | 73 ++++++++++++++++++++++ .../webkit-box-horizontal-reverse-variants.html | 70 +++++++++++++++++++++ .../webkit-box-horizontal-rtl-variants-ref.html | 72 +++++++++++++++++++++ .../compat/webkit-box-horizontal-rtl-variants.html | 69 ++++++++++++++++++++ .../tests/compat/webkit-box-ignore-box-pack.html | 25 ++++++++ ...it-box-removing-triggering-anonymous-merge.html | 15 +++++ .../tests/compat/webkit-box-rtl-flex-ref.html | 24 +++++++ .../tests/compat/webkit-box-rtl-flex.html | 26 ++++++++ .../compat/webkit-box-vertically-centered.html | 22 +++++++ .../tests/compat/webkit-gradient-comma.html | 15 +++++ ...webkit-linear-gradient-diff-unprefixed-ref.html | 11 ++++ .../webkit-linear-gradient-diff-unprefixed.html | 18 ++++++ .../compat/webkit-linear-gradient-line-bottom.html | 23 +++++++ .../compat/webkit-linear-gradient-line-left.html | 23 +++++++ .../compat/webkit-linear-gradient-line-right.html | 23 +++++++ .../compat/webkit-linear-gradient-line-top.html | 23 +++++++ .../tests/compat/webkit-mask-box-enumeration.html | 25 ++++++++ .../tests/compat/webkit-radial-gradient-radii.html | 21 +++++++ .../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 | 25 ++++++++ .../webkit-text-fill-color-property-006.html | 29 +++++++++ 48 files changed, 1174 insertions(+) create mode 100644 testing/web-platform/tests/compat/META.yml create mode 100644 testing/web-platform/tests/compat/css-style-declaration-alias-enumeration.html create mode 100644 testing/web-platform/tests/compat/green-ref.html create mode 100644 testing/web-platform/tests/compat/historical.html create mode 100644 testing/web-platform/tests/compat/idlharness.window.js create mode 100644 testing/web-platform/tests/compat/webkit-background-origin-text-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-background-origin-text.html create mode 100644 testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-clamp-bottom-border.html create mode 100644 testing/web-platform/tests/compat/webkit-box-clamp-visibility-change-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-clamp-visibility-change.html create mode 100644 testing/web-platform/tests/compat/webkit-box-fieldset-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-fieldset.html create mode 100644 testing/web-platform/tests/compat/webkit-box-fixed-position-child.html create mode 100644 testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants.html create mode 100644 testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html create mode 100644 testing/web-platform/tests/compat/webkit-box-ignore-box-pack.html create mode 100644 testing/web-platform/tests/compat/webkit-box-removing-triggering-anonymous-merge.html create mode 100644 testing/web-platform/tests/compat/webkit-box-rtl-flex-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-box-rtl-flex.html create mode 100644 testing/web-platform/tests/compat/webkit-box-vertically-centered.html create mode 100644 testing/web-platform/tests/compat/webkit-gradient-comma.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed-ref.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-line-bottom.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-line-left.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-line-right.html create mode 100644 testing/web-platform/tests/compat/webkit-linear-gradient-line-top.html create mode 100644 testing/web-platform/tests/compat/webkit-mask-box-enumeration.html create mode 100644 testing/web-platform/tests/compat/webkit-radial-gradient-radii.html 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/META.yml b/testing/web-platform/tests/compat/META.yml new file mode 100644 index 0000000000..f2aec22ba3 --- /dev/null +++ b/testing/web-platform/tests/compat/META.yml @@ -0,0 +1,5 @@ +spec: https://compat.spec.whatwg.org/ +suggested_reviewers: + - cdumez + - foolip + - miketaylr diff --git a/testing/web-platform/tests/compat/css-style-declaration-alias-enumeration.html b/testing/web-platform/tests/compat/css-style-declaration-alias-enumeration.html new file mode 100644 index 0000000000..8244afd29d --- /dev/null +++ b/testing/web-platform/tests/compat/css-style-declaration-alias-enumeration.html @@ -0,0 +1,70 @@ + +Aliases enumerated on CSSStyleDeclaration + + + + + + + diff --git a/testing/web-platform/tests/compat/green-ref.html b/testing/web-platform/tests/compat/green-ref.html new file mode 100644 index 0000000000..2671ff6ddd --- /dev/null +++ b/testing/web-platform/tests/compat/green-ref.html @@ -0,0 +1,6 @@ + + +A green 100x100 block + + +
diff --git a/testing/web-platform/tests/compat/historical.html b/testing/web-platform/tests/compat/historical.html new file mode 100644 index 0000000000..a1d80f9fe8 --- /dev/null +++ b/testing/web-platform/tests/compat/historical.html @@ -0,0 +1,18 @@ + +Historical non-standard features + + +
+ diff --git a/testing/web-platform/tests/compat/idlharness.window.js b/testing/web-platform/tests/compat/idlharness.window.js new file mode 100644 index 0000000000..8cb73acbde --- /dev/null +++ b/testing/web-platform/tests/compat/idlharness.window.js @@ -0,0 +1,18 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js +// META: timeout=long + +'use strict'; + +// https://compat.spec.whatwg.org/ + +idl_test( + ['compat'], + ['html', 'dom'], + idl_array => { + idl_array.add_objects({ + Window: ['window'], + HTMLBodyElement: ['document.body'], + }); + } +); diff --git a/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html b/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html new file mode 100644 index 0000000000..d1f183874c --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html @@ -0,0 +1,6 @@ + + +webkit-background-origin should not accept text as value + +

There should be a green square below and no red.

+
diff --git a/testing/web-platform/tests/compat/webkit-background-origin-text.html b/testing/web-platform/tests/compat/webkit-background-origin-text.html new file mode 100644 index 0000000000..38dfbc86ba --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-background-origin-text.html @@ -0,0 +1,19 @@ + + +webkit-background-origin should not accept text as value + + + + +

There should be a green square below and no red.

+
diff --git a/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html b/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html new file mode 100644 index 0000000000..c759c4c7d7 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border-ref.html @@ -0,0 +1,12 @@ + + +

Line-clamp should respect bottom-border. +

Line 1 +Line 2 +Line 3… +

diff --git a/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border.html b/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border.html new file mode 100644 index 0000000000..f133335e79 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-clamp-bottom-border.html @@ -0,0 +1,18 @@ + + + +

Line-clamp should respect bottom-border. +

Line 1 +Line 2 +Line 3 +Line 4 +
diff --git a/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change-ref.html b/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change-ref.html new file mode 100644 index 0000000000..20ec3bfaf8 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change-ref.html @@ -0,0 +1,24 @@ + + + +

Line-clamp should be respected after removing and changing visibility. +

+
+

+ text text text text + text text text text + text text text text + text text text text + text text text text + text text text text + text text text text +

+
+
diff --git a/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change.html b/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change.html new file mode 100644 index 0000000000..115fa43665 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-clamp-visibility-change.html @@ -0,0 +1,34 @@ + + + + +

Line-clamp should be respected after removing and changing visibility. +

+
+

+ text text text text + text text text text + text text text text + text text text text + text text text text + text text text text + text text text text +

+
+
+ diff --git a/testing/web-platform/tests/compat/webkit-box-fieldset-ref.html b/testing/web-platform/tests/compat/webkit-box-fieldset-ref.html new file mode 100644 index 0000000000..b5d7176150 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-fieldset-ref.html @@ -0,0 +1,5 @@ + +

Fieldset should contain a green div spanning the width. +

+
+
diff --git a/testing/web-platform/tests/compat/webkit-box-fieldset.html b/testing/web-platform/tests/compat/webkit-box-fieldset.html new file mode 100644 index 0000000000..c3a2e64c11 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-fieldset.html @@ -0,0 +1,6 @@ + + +

Fieldset should contain a green div spanning the width. +

+
+
diff --git a/testing/web-platform/tests/compat/webkit-box-fixed-position-child.html b/testing/web-platform/tests/compat/webkit-box-fixed-position-child.html new file mode 100644 index 0000000000..bb61b63133 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-fixed-position-child.html @@ -0,0 +1,17 @@ + +Verifies changing 'display' with a fixed position webkit-box that + has a fixed position child + +
+
+
+
+
+
+
+A + + diff --git a/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants-ref.html b/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants-ref.html new file mode 100644 index 0000000000..72d0b2c6f6 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants-ref.html @@ -0,0 +1,73 @@ + + +

Exercises -webkit-box with various box-pack settings when direction is + reverse. In all cases the order of letters in the boxes should be + alphabetized left to right. +

Start. Boxes should be aligned to left side. +

+
B
+
A
+
+ +

Centered. Boxes should be centered. +

+
B
+
A
+
+ +

End. Boxes should be aligned to right side. +

+
B
+
A
+
+ +

Start, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
+ +

Center, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
+ +

End, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
diff --git a/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants.html b/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants.html new file mode 100644 index 0000000000..09dba694f2 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-horizontal-reverse-variants.html @@ -0,0 +1,70 @@ + + + + +

Exercises -webkit-box with various box-pack settings when direction is + reverse. In all cases the order of letters in the boxes should be + alphabetized left to right. +

Start. Boxes should be aligned to left side. +

+
B
+
A
+
+ +

Centered. Boxes should be centered. +

+
B
+
A
+
+ +

End. Boxes should be aligned to right side. +

+
B
+
A
+
+ +

Start, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

Center, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

End, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
diff --git a/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants-ref.html b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants-ref.html new file mode 100644 index 0000000000..42321c5069 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants-ref.html @@ -0,0 +1,72 @@ + + +

Exercises -webkit-box with various box-pack settings when rtl. In all cases + the order of letters in the boxes should be alphabetized left to right. +

Start. Boxes should be aligned to right side. +

+
B
+
A
+
+ +

Centered. Boxes should be centered. +

+
B
+
A
+
+ +

End. Boxes should be aligned to left side. +

+
B
+
A
+
+ +

Start, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
+ +

Center, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
+ +

End, content too big. Boxes should start at left edge and extend + outside border. +

+
A
+
B
+
C
+
D
+
diff --git a/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html new file mode 100644 index 0000000000..085a5899bc --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html @@ -0,0 +1,69 @@ + + + + +

Exercises -webkit-box with various box-pack settings when rtl. In all cases + the order of letters in the boxes should be alphabetized left to right. +

Start. Boxes should be aligned to right side. +

+
B
+
A
+
+ +

Centered. Boxes should be centered. +

+
B
+
A
+
+ +

End. Boxes should be aligned to left side. +

+
B
+
A
+
+ +

Start, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

Center, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

End, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
diff --git a/testing/web-platform/tests/compat/webkit-box-ignore-box-pack.html b/testing/web-platform/tests/compat/webkit-box-ignore-box-pack.html new file mode 100644 index 0000000000..80b52fbf1f --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-ignore-box-pack.html @@ -0,0 +1,25 @@ + + + + +
+
+
+ diff --git a/testing/web-platform/tests/compat/webkit-box-removing-triggering-anonymous-merge.html b/testing/web-platform/tests/compat/webkit-box-removing-triggering-anonymous-merge.html new file mode 100644 index 0000000000..30c243b301 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-removing-triggering-anonymous-merge.html @@ -0,0 +1,15 @@ + + + +
+
+
+ text +
+ diff --git a/testing/web-platform/tests/compat/webkit-box-rtl-flex-ref.html b/testing/web-platform/tests/compat/webkit-box-rtl-flex-ref.html new file mode 100644 index 0000000000..10b9eb73fd --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-rtl-flex-ref.html @@ -0,0 +1,24 @@ + + +

There should be a green box followed by a red box, both on the same line. +

+
A
+
B
+
diff --git a/testing/web-platform/tests/compat/webkit-box-rtl-flex.html b/testing/web-platform/tests/compat/webkit-box-rtl-flex.html new file mode 100644 index 0000000000..d20b3a0a9d --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-rtl-flex.html @@ -0,0 +1,26 @@ + + + + +

There should be a green box followed by a red box, both on the same line. +

+
A
+
B
+
diff --git a/testing/web-platform/tests/compat/webkit-box-vertically-centered.html b/testing/web-platform/tests/compat/webkit-box-vertically-centered.html new file mode 100644 index 0000000000..4932274e90 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-vertically-centered.html @@ -0,0 +1,22 @@ + + + + +
+ text +
+ diff --git a/testing/web-platform/tests/compat/webkit-gradient-comma.html b/testing/web-platform/tests/compat/webkit-gradient-comma.html new file mode 100644 index 0000000000..b288a9a43f --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-gradient-comma.html @@ -0,0 +1,15 @@ + + + + + + + diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed-ref.html b/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed-ref.html new file mode 100644 index 0000000000..96c2089d65 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed-ref.html @@ -0,0 +1,11 @@ + +Compatibility Test Reference + +

You should see a square, orange at the top, blue at the bottom.

+
diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed.html b/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed.html new file mode 100644 index 0000000000..ee49dc4e15 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-diff-unprefixed.html @@ -0,0 +1,18 @@ + +Compatibility Test: -webkit-linear-gradient() diff with linear-gradient() + + + +

You should see a square, orange at the top, blue at the bottom.

+
+ diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-line-bottom.html b/testing/web-platform/tests/compat/webkit-linear-gradient-line-bottom.html new file mode 100644 index 0000000000..8e840f1025 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-line-bottom.html @@ -0,0 +1,23 @@ + +-webkit-linear-gradient(bottom) + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-line-left.html b/testing/web-platform/tests/compat/webkit-linear-gradient-line-left.html new file mode 100644 index 0000000000..22c2e0b04c --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-line-left.html @@ -0,0 +1,23 @@ + +-webkit-linear-gradient(left) + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-line-right.html b/testing/web-platform/tests/compat/webkit-linear-gradient-line-right.html new file mode 100644 index 0000000000..68e129d39e --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-line-right.html @@ -0,0 +1,23 @@ + +-webkit-linear-gradient(right) + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/compat/webkit-linear-gradient-line-top.html b/testing/web-platform/tests/compat/webkit-linear-gradient-line-top.html new file mode 100644 index 0000000000..61d205a700 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-linear-gradient-line-top.html @@ -0,0 +1,23 @@ + +-webkit-linear-gradient(top) + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/compat/webkit-mask-box-enumeration.html b/testing/web-platform/tests/compat/webkit-mask-box-enumeration.html new file mode 100644 index 0000000000..048170262a --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-mask-box-enumeration.html @@ -0,0 +1,25 @@ + +WebKitMaxBoxImage on CSSStyleDeclaration + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/compat/webkit-radial-gradient-radii.html b/testing/web-platform/tests/compat/webkit-radial-gradient-radii.html new file mode 100644 index 0000000000..f34e352318 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-radial-gradient-radii.html @@ -0,0 +1,21 @@ + + + + + + + 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 0000000000..9b89781f9f --- /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 0000000000..8d9b8cc22e --- /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 0000000000..363f5608ef --- /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 0000000000..3b9a68cf77 --- /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 0000000000..54d6007623 --- /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 0000000000..a38653944a --- /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 0000000000..00c5072f85 --- /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 0000000000..8ed14ccc83 --- /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 0000000000..bbfd78e37f --- /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 0000000000..dcbd70b18f --- /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 0000000000..583cf9a358 --- /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 0000000000..739418d98e --- /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 0000000000..1391e38c1e --- /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 0000000000..88ac17a815 --- /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 0000000000..a26c944732 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006-ref.html @@ -0,0 +1,25 @@ + + +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 0000000000..1d3965fca6 --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-text-fill-color-property-006.html @@ -0,0 +1,29 @@ + + +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