[webkit-changes] [WebKit/WebKit] 74f098: [web-animations] web-animations/timing-model/anima...

Antoine Quint noreply at github.com
Fri Oct 21 10:13:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 74f098d0bcc007e37a80794c433acb83b942fbfd
      https://github.com/WebKit/WebKit/commit/74f098d0bcc007e37a80794c433acb83b942fbfd
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html
    M Source/WebCore/animation/WebAnimation.cpp

  Log Message:
  -----------
  [web-animations] web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html has one failure
https://bugs.webkit.org/show_bug.cgi?id=246850

Reviewed by Dean Jackson.

Update our implementation of the "play an animation" [0] and "seamlessly update the playback rate" [1]
procedures to account for the spec changes made in https://github.com/w3c/csswg-drafts/pull/7148.

We also import the changes made to the matching WPT so that we have a new PASS results.

[0] https://drafts.csswg.org/web-animations-1/#play-an-animation
[1] https://drafts.csswg.org/web-animations-1/#seamlessly-update-the-playback-rate

* LayoutTests/imported/w3c/web-platform-tests/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html:
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::updatePlaybackRate):
(WebCore::WebAnimation::play):
(WebCore::WebAnimation::runPendingPlayTask):

Canonical link: https://commits.webkit.org/255833@main




More information about the webkit-changes mailing list