[Webkit-unassigned] [Bug 206746] [Mac wk2 Release] imported/w3c/web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state.html flaky fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 10:47:49 PDT 2020


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

--- Comment #10 from Antoine Quint <graouts at apple.com> ---
This is the branch that we should get into but aren't inside WebAnimation::play():

`if (effectivePlaybackRate() > 0 && autoRewind == AutoRewind::Yes && (!localTime || localTime.value() < 0_s || localTime.value() >= endTime))`

I expect it'll be a rounding issue when comparing times, we should probably use `timeEpsilon`.

-- 
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/20200311/22cc3e38/attachment-0001.htm>


More information about the webkit-unassigned mailing list