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 --- .../css/css-pseudo/parsing/highlight-pseudos.html | 22 ++ .../marker-supported-properties-in-animation.html | 397 +++++++++++++++++++++ .../parsing/marker-supported-properties.html | 102 ++++++ .../parsing/tree-abiding-pseudo-elements.html | 66 ++++ 4 files changed, 587 insertions(+) create mode 100644 testing/web-platform/tests/css/css-pseudo/parsing/highlight-pseudos.html create mode 100644 testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties-in-animation.html create mode 100644 testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties.html create mode 100644 testing/web-platform/tests/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html (limited to 'testing/web-platform/tests/css/css-pseudo/parsing') diff --git a/testing/web-platform/tests/css/css-pseudo/parsing/highlight-pseudos.html b/testing/web-platform/tests/css/css-pseudo/parsing/highlight-pseudos.html new file mode 100644 index 0000000000..aa3c4e20aa --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/parsing/highlight-pseudos.html @@ -0,0 +1,22 @@ + + +CSS Pseudo-Elements Test: highlight selectors parsing + + + + + diff --git a/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties-in-animation.html b/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties-in-animation.html new file mode 100644 index 0000000000..e581a78636 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties-in-animation.html @@ -0,0 +1,397 @@ + + +CSS Pseudo-Elements Test: Supported properties in ::marker animations + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties.html b/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties.html new file mode 100644 index 0000000000..700d04aa83 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/parsing/marker-supported-properties.html @@ -0,0 +1,102 @@ + + +CSS Pseudo-Elements Test: Supported properties in ::marker + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html b/testing/web-platform/tests/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html new file mode 100644 index 0000000000..7839a38049 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html @@ -0,0 +1,66 @@ + + +CSS Pseudo-Elements Test: Parsing tree-abiding pseudo-elements + + + + + + + -- cgit v1.2.3