From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- .../animation/offset-path-interpolation-008.html | 264 +++++++++++++++++++++ .../motion/offset-path-shape-shape-001-ref.html | 24 ++ .../css/motion/offset-path-shape-shape-001.html | 33 +++ .../css/motion/offset-path-shape-shape-002.html | 36 +++ .../css/motion/offset-path-shape-shape-003.html | 30 +++ .../motion/parsing/offset-path-shape-computed.html | 35 +++ .../motion/parsing/offset-path-shape-parsing.html | 57 +++++ 7 files changed, 479 insertions(+) create mode 100644 testing/web-platform/tests/css/motion/animation/offset-path-interpolation-008.html create mode 100644 testing/web-platform/tests/css/motion/offset-path-shape-shape-001-ref.html create mode 100644 testing/web-platform/tests/css/motion/offset-path-shape-shape-001.html create mode 100644 testing/web-platform/tests/css/motion/offset-path-shape-shape-002.html create mode 100644 testing/web-platform/tests/css/motion/offset-path-shape-shape-003.html create mode 100644 testing/web-platform/tests/css/motion/parsing/offset-path-shape-computed.html create mode 100644 testing/web-platform/tests/css/motion/parsing/offset-path-shape-parsing.html (limited to 'testing/web-platform/tests/css/motion') diff --git a/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-008.html b/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-008.html new file mode 100644 index 0000000000..30d789f4eb --- /dev/null +++ b/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-008.html @@ -0,0 +1,264 @@ + + + + + offset-path interpolation with allow-discrete + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/motion/offset-path-shape-shape-001-ref.html b/testing/web-platform/tests/css/motion/offset-path-shape-shape-001-ref.html new file mode 100644 index 0000000000..b1737a27df --- /dev/null +++ b/testing/web-platform/tests/css/motion/offset-path-shape-shape-001-ref.html @@ -0,0 +1,24 @@ + + +CSS Motion Path test reference: <basic-shape> shape() path + + + +
+
+
diff --git a/testing/web-platform/tests/css/motion/offset-path-shape-shape-001.html b/testing/web-platform/tests/css/motion/offset-path-shape-shape-001.html new file mode 100644 index 0000000000..4cca1744d0 --- /dev/null +++ b/testing/web-platform/tests/css/motion/offset-path-shape-shape-001.html @@ -0,0 +1,33 @@ + + +CSS Motion Path test: <basic-shape> shape() function + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/motion/offset-path-shape-shape-002.html b/testing/web-platform/tests/css/motion/offset-path-shape-shape-002.html new file mode 100644 index 0000000000..51030cab14 --- /dev/null +++ b/testing/web-platform/tests/css/motion/offset-path-shape-shape-002.html @@ -0,0 +1,36 @@ + + +CSS Motion Path test: <basic-shape> shape() function with padding-box + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/motion/offset-path-shape-shape-003.html b/testing/web-platform/tests/css/motion/offset-path-shape-shape-003.html new file mode 100644 index 0000000000..2b83f89cdc --- /dev/null +++ b/testing/web-platform/tests/css/motion/offset-path-shape-shape-003.html @@ -0,0 +1,30 @@ + + +CSS Motion Path test: <basic-shape> shape() function with content-box + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/motion/parsing/offset-path-shape-computed.html b/testing/web-platform/tests/css/motion/parsing/offset-path-shape-computed.html new file mode 100644 index 0000000000..8904eaf16a --- /dev/null +++ b/testing/web-platform/tests/css/motion/parsing/offset-path-shape-computed.html @@ -0,0 +1,35 @@ + + + + +Motion Path Module Level 1: getComputedStyle for offset-path with shape() + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/motion/parsing/offset-path-shape-parsing.html b/testing/web-platform/tests/css/motion/parsing/offset-path-shape-parsing.html new file mode 100644 index 0000000000..6ca288b660 --- /dev/null +++ b/testing/web-platform/tests/css/motion/parsing/offset-path-shape-parsing.html @@ -0,0 +1,57 @@ + + + + +Motion Path Module Level 1: parsing offset-path with shape() + + + + + + + + + + + -- cgit v1.2.3