From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../reference/active-selection-011-ref.html | 20 +++++++ .../reference/active-selection-012-ref.html | 22 +++++++ .../reference/active-selection-014-ref.html | 48 +++++++++++++++ .../reference/active-selection-016-ref.html | 23 ++++++++ .../reference/active-selection-018-ref.html | 20 +++++++ .../reference/active-selection-021-ref.html | 22 +++++++ .../reference/active-selection-025-ref.html | 27 +++++++++ .../reference/active-selection-027-ref.html | 36 ++++++++++++ .../reference/active-selection-031-ref.html | 68 ++++++++++++++++++++++ .../reference/active-selection-041-notref.html | 11 ++++ .../reference/cascade-highlight-005-ref.html | 28 +++++++++ .../reference/first-letter-digraph-ref.html | 40 +++++++++++++ .../first-line-with-inline-block-ref.html | 15 +++++ .../reference/grammar-spelling-errors-001-ref.html | 39 +++++++++++++ .../reference/grammar-spelling-errors-002-ref.html | 39 +++++++++++++ .../placeholder-excluded-properties-ref.html | 10 ++++ .../selection-contenteditable-011-ref.html | 48 +++++++++++++++ .../reference/selection-input-011-ref.html | 54 +++++++++++++++++ .../selection-intercharacter-011-ref.html | 30 ++++++++++ .../selection-intercharacter-012-ref.html | 30 ++++++++++ .../selection-overlay-and-grammar-001-ref.html | 57 ++++++++++++++++++ .../selection-overlay-and-spelling-001-ref.html | 57 ++++++++++++++++++ .../reference/selection-textarea-011-ref.html | 58 ++++++++++++++++++ 23 files changed, 802 insertions(+) create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-011-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-014-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-016-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-018-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-021-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-027-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-031-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/active-selection-041-notref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/cascade-highlight-005-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/first-letter-digraph-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/first-line-with-inline-block-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-001-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-002-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-contenteditable-011-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-input-011-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-011-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-012-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-grammar-001-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-spelling-001-ref.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/selection-textarea-011-ref.html (limited to 'testing/web-platform/tests/css/css-pseudo/reference') diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-011-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-011-ref.html new file mode 100644 index 0000000000..f655188892 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-011-ref.html @@ -0,0 +1,20 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if each glyph of "Selected Text" is green and not red while background color of each glyph of "Selected Text" is white. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html new file mode 100644 index 0000000000..d212344c12 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html @@ -0,0 +1,22 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if the background color of each glyph of "Selected Text" is green and not red while each glyph of "Selected Text" is aqua and not fuchsia. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-014-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-014-ref.html new file mode 100644 index 0000000000..d4761bb9a0 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-014-ref.html @@ -0,0 +1,48 @@ + + + + + CSS Reftest Reference + + + + + + + + + + +

Test passes if each glyph of "Selected Text" is underlined and if color and background color of "Selected Text" are the OS-default highlight colors. The underline color must also be the same as the highlight color of "Selected Text". + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-016-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-016-ref.html new file mode 100644 index 0000000000..7e650c2338 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-016-ref.html @@ -0,0 +1,23 @@ + + + + + CSS Reftest Reference + + + + + + +
FAIL PASS
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-018-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-018-ref.html new file mode 100644 index 0000000000..a8f4fc1a05 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-018-ref.html @@ -0,0 +1,20 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if each glyph of "Selected Text" is green, if background color of each glyph of "Selected Text" is white and if there is no red. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-021-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-021-ref.html new file mode 100644 index 0000000000..1a178ddae5 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-021-ref.html @@ -0,0 +1,22 @@ + + + + + CSS Reftest Reference + + + + + + + +

Test passes if each glyph of "Selected Text" is green and not red and if the underline, the overline and the line-through are also green and not red. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html new file mode 100644 index 0000000000..f2cf946041 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if background color of "Selected Text" is yellow, if the "S" glyph is purple and if the other glyphs are green. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-027-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-027-ref.html new file mode 100644 index 0000000000..565e2cac80 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-027-ref.html @@ -0,0 +1,36 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if both "selected text" have a yellow background, if the glyphs of "1st selected text" are purple and if the glyphs of "2nd selected text" are green. + +

1st selected text
+ +
2nd selected text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-031-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-031-ref.html new file mode 100644 index 0000000000..3bb7c329d4 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-031-ref.html @@ -0,0 +1,68 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if each glyph of the 6 "Selected Text" is green and if there is no red. + +

+ +
Selected Text
+ +
Selected Text
+ +
Selected Text
+ +
Selected Text
+ +
Selected Text
+ +
Selected Text
+ +
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-041-notref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-041-notref.html new file mode 100644 index 0000000000..17d69f306d --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-041-notref.html @@ -0,0 +1,11 @@ + + + + + CSS Reftest Reference + + + +

Test passes if there is a filled square which is not yellow. + +

Image download support must be enabled
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/cascade-highlight-005-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/cascade-highlight-005-ref.html new file mode 100644 index 0000000000..d1e597e05b --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/cascade-highlight-005-ref.html @@ -0,0 +1,28 @@ + + + + + CSS Reftest Reference + + + + + + + +

Test passes if "Text selected" has a green background throughout, if "Tex" and "cted" are yellow and if "t sele" are orange. + +

Text selected
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/first-letter-digraph-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/first-letter-digraph-ref.html new file mode 100644 index 0000000000..7dbefc9dbd --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/first-letter-digraph-ref.html @@ -0,0 +1,40 @@ + + + + + CSS Reference: ::first-letter digraph recognition + + + + +

Test passes if both "I" and "J" are green in these examples:

+
+

IJsselmeer

+

ijsselmeer

+

“IJsselmeer”

+

Ijsselmeer

+
+
+

IJsselmeer

+

IJsselmeer

+
+

But only "I" should be green in these examples:

+
+

IJsselmeer

+

ijsselmeer

+

“IJsselmeer”

+

Ijsselmeer

+
+ + diff --git a/testing/web-platform/tests/css/css-pseudo/reference/first-line-with-inline-block-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/first-line-with-inline-block-ref.html new file mode 100644 index 0000000000..31717d4171 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/first-line-with-inline-block-ref.html @@ -0,0 +1,15 @@ + + +
+FIRST
first
second
FIRST +
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-001-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-001-ref.html new file mode 100644 index 0000000000..48498e688f --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-001-ref.html @@ -0,0 +1,39 @@ + + + + + + + CSS Reftest Reference + + + + + + + + + +

PREREQUISITE: User agent needs to have an enabled and capable grammar error module and an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent. + +

This test also requires that the targeted editable text element must receive system focus. + +

Test passes if each glyph of "dificultly" is green and if the background of "dificultly" is yellow. + +

This is dificultly.
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-002-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-002-ref.html new file mode 100644 index 0000000000..b3c8917759 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/grammar-spelling-errors-002-ref.html @@ -0,0 +1,39 @@ + + + + + + + CSS Reftest Reference + + + + + + + + + +

PREREQUISITE: User agent needs to have an enabled and capable grammar error module and an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent. + +

This test also requires that the targeted editable text element must receive system focus. + +

Test passes if each glyph of "wolks" is green and if the background of "wolks" is yellow. + +

I wolks on the sidewalk.
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html new file mode 100644 index 0000000000..0e573cb3d6 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html @@ -0,0 +1,10 @@ + + + + + + diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-contenteditable-011-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-contenteditable-011-ref.html new file mode 100644 index 0000000000..c13bf4d84c --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-contenteditable-011-ref.html @@ -0,0 +1,48 @@ + + + + + CSS Reftest Reference + + + + + + + + + +

Test passes if each glyph of "Selected Text" is green with a yellow background and if there is no red. + +

Selected Text
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-input-011-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-input-011-ref.html new file mode 100644 index 0000000000..ce9f129e11 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-input-011-ref.html @@ -0,0 +1,54 @@ + + + + + CSS Reftest Reference + + + + + + + + + +

Test passes if each glyph of "Selected Text" is green with a yellow background and if there is no red. + +

diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-011-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-011-ref.html new file mode 100644 index 0000000000..21a88ebb02 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-011-ref.html @@ -0,0 +1,30 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if the background of characters "c" and "t" is orange (and only those 2 characters) and if the space between those 2 characters is also orange. + +

Selected
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-012-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-012-ref.html new file mode 100644 index 0000000000..86165ac064 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-intercharacter-012-ref.html @@ -0,0 +1,30 @@ + + + + + CSS Reftest Reference + + + + + + +

Test passes if the background of characters "c" and "t" is orange and if the space between those 2 characters is yellow (and not orange). + +

Selec ted
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-grammar-001-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-grammar-001-ref.html new file mode 100644 index 0000000000..5aa91d6705 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-grammar-001-ref.html @@ -0,0 +1,57 @@ + + + + + + + CSS Reftest Reference + + + + + + +

PREREQUISITE: User agent needs to have an enabled and capable grammar error module. If it does not, then this test does not apply to such user agent. + +

Test passes + +

+ +
+
Many thing can happen.
+
Many thing can happen.
+ Many thing can happen. +
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-spelling-001-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-spelling-001-ref.html new file mode 100644 index 0000000000..d30ce035c5 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-overlay-and-spelling-001-ref.html @@ -0,0 +1,57 @@ + + + + + + + CSS Reftest Reference + + + + + + +

PREREQUISITE: User agent needs to have an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent. + +

Test passes + +

+ +
+
Txet sample
+
Txet sample
+ Txet sample +
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/selection-textarea-011-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/selection-textarea-011-ref.html new file mode 100644 index 0000000000..34b9913cf3 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/selection-textarea-011-ref.html @@ -0,0 +1,58 @@ + + + + + CSS Reftest Reference + + + + + + + + + +

Test passes if each glyph of both "Selected" is green with a yellow background and if there is no red. + +

-- cgit v1.2.3