diff options
Diffstat (limited to 'testing/web-platform/tests/css/motion/animation')
-rw-r--r-- | testing/web-platform/tests/css/motion/animation/offset-rotate-interpolation.html | 9 |
1 files changed, 0 insertions, 9 deletions
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', |