[Webkit-unassigned] [Bug 192501] [macOS WK2 Debug ] Flaky Test: animations/play-state-in-shorthand.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 07:15:40 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=192501

--- Comment #4 from Antoine Quint <graouts at apple.com> ---
If I understand this test, it does the following (Simon, please correct me if I'm wrong):

- set a timeout for 1s in the start callback to pause the animation using the CSS `animation` property shorthand halfway through
- set various timeouts for the animated value to be tested at 500ms (before the start callback timeout has elapsed and the animation is paused), at 1000ms and 2500ms to check the animation has been paused.

So the design of this test relies exclusively on setTimeout, which is bound to be flaky, especially as both the start callback and the second value check use the same timeout.

Let's see if we can respect the design of this test while making is robust.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191007/9ba7d5a4/attachment.html>


More information about the webkit-unassigned mailing list