RESOLVED FIXED 206990
[Web Animations] Changing the delay of an accelerated animation doesn't seek the animation
https://bugs.webkit.org/show_bug.cgi?id=206990
Summary [Web Animations] Changing the delay of an accelerated animation doesn't seek ...
Antoine Quint
Reported 2020-01-30 02:53:47 PST
[Web Animations] Changing the delay of an accelerated animation doesn't seek the animation
Attachments
Patch (11.75 KB, patch)
2020-01-30 03:10 PST, Antoine Quint
koivisto: review+
Antoine Quint
Comment 1 2020-01-30 03:10:59 PST
Antoine Quint
Comment 2 2020-01-30 03:11:04 PST
Antoine Quint
Comment 3 2020-01-30 05:48:07 PST
Simon Fraser (smfr)
Comment 4 2020-01-30 10:47:53 PST
Comment on attachment 389237 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=389237&action=review > LayoutTests/webanimations/seeking-by-changing-delay-accelerated.html:41 > + // Then wait another frame to ensure the seek was committed. > + if (window.testRunner) > + requestAnimationFrame(() => testRunner.notifyDone()); You should not need to do this. Ending the test should cause a rendering update which should update animations.
Note You need to log in before you can comment on or make changes to this bug.