From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../animation/offset-path-interpolation-007.html | 124 +++++++++++++++++++++ ...ate-interpolation-math-functions-tentative.html | 47 -------- ...offset-rotate-interpolation-math-functions.html | 47 ++++++++ .../ray-angle-interpolation-math-functions.html | 47 ++++++++ 4 files changed, 218 insertions(+), 47 deletions(-) create mode 100644 testing/web-platform/tests/css/motion/animation/offset-path-interpolation-007.html delete mode 100644 testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html create mode 100644 testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions.html create mode 100644 testing/web-platform/tests/css/motion/animation/ray-angle-interpolation-math-functions.html (limited to 'testing/web-platform/tests/css/motion/animation') diff --git a/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-007.html b/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-007.html new file mode 100644 index 0000000000..6629f285d1 --- /dev/null +++ b/testing/web-platform/tests/css/motion/animation/offset-path-interpolation-007.html @@ -0,0 +1,124 @@ + + + + + offset-path interpolation with allow-discrete + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html b/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html deleted file mode 100644 index 34e0abf2b0..0000000000 --- a/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions-tentative.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - offset-rotate interpolation with css math functions - - - - - - - - - - - - diff --git a/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions.html b/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions.html new file mode 100644 index 0000000000..c6be0a55d7 --- /dev/null +++ b/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation-math-functions.html @@ -0,0 +1,47 @@ + + + + + offset-rotate interpolation with css math functions + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/motion/animation/ray-angle-interpolation-math-functions.html b/testing/web-platform/tests/css/motion/animation/ray-angle-interpolation-math-functions.html new file mode 100644 index 0000000000..162adbc095 --- /dev/null +++ b/testing/web-platform/tests/css/motion/animation/ray-angle-interpolation-math-functions.html @@ -0,0 +1,47 @@ + + + + + ray() angle interpolation with css math functions + + + + + + + + + + + + -- cgit v1.2.3