[Webkit-unassigned] [Bug 209239] [ Mac ] imported/w3c/web-platform-tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html is flaky failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 11:00:24 PDT 2020


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

--- Comment #5 from Antoine Quint <graouts at apple.com> ---
OK, this is due to r257417, the fix for bug 208069. In this test, we have the following:

  animB.timeline = new DocumentTimeline({
    originTime:
      document.timeline.currentTime - 100 * MS_PER_SEC - animB.startTime,
  });

But the DocumentTimeline is not referenced by anything other than the animation and so it gets deref'd, no longer being considered. We need to revisit bug 208069.

-- 
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/20200319/d9fab584/attachment.htm>


More information about the webkit-unassigned mailing list