[webkit-changes] [WebKit/WebKit] cd5cb9: [css-transitions] `getKeyframes()` returns the sam...

Antoine Quint noreply at github.com
Wed Sep 11 09:15:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cd5cb94159722ad679077c4d11b48f9234ba65ad
      https://github.com/WebKit/WebKit/commit/cd5cb94159722ad679077c4d11b48f9234ba65ad
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/KeyframeEffect-getKeyframes.tentative-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/KeyframeEffect-getKeyframes.tentative.html
    M Source/WebCore/animation/KeyframeEffect.cpp

  Log Message:
  -----------
  [css-transitions] `getKeyframes()` returns the same values for "from" and "to" with a custom property
https://bugs.webkit.org/show_bug.cgi?id=279514
rdar://135802510

Reviewed by Antti Koivisto.

We need to read the custom property from the keyframe's style, not the current computed style of the target element.

* LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/KeyframeEffect-getKeyframes.tentative-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/KeyframeEffect-getKeyframes.tentative.html:
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::getKeyframes):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list