From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../tests/css/motion/animation/offset-rotate-interpolation.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'testing/web-platform/tests/css/motion/animation') diff --git a/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation.html b/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation.html index 55845108eb..10c337244f 100644 --- a/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation.html +++ b/testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation.html @@ -163,15 +163,6 @@ {at: 1.5, expect: '70deg'}, ]); - // Regression test for crbug.com/918430. - test_interpolation({ - property: 'offset-rotate', - from: '800deg', - to: '900deg' - }, [ - {at: -3.40282e+38, expect: '-3.40282e+38deg'}, - ]); - // Interpolation between auto angles. test_interpolation({ property: 'offset-rotate', -- cgit v1.2.3