Files
tubestation/testing/web-platform/tests/scroll-animations/css
Boris Chiou 31aaa2015c Bug 1909454 - Add the error handle if we don't support animation-duration:auto. r=layout-reviewers,emilio
In this testcase, view-timeline-range-update-reversed-animation.html, it
assumes there is an animation there. However, Gecko doesn't support
`animation-duration:auto` (which is defined in CSS Animations 2), so
getAnimations() may not return the animation (which uses the initial
animation-duration value, 0s, instead).

We have to add this error handle to avoid the js error which causes timeout.

Differential Revision: https://phabricator.services.mozilla.com/D217483
2024-07-23 22:13:26 +00:00
..