[webkit-changes] [WebKit/WebKit] 819f40: css/css-fonts/animations/font-stretch-interpolatio...

Antoine Quint noreply at github.com
Thu May 18 09:51:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 819f40d37ebc8588a177fc02cada67c118e22c67
      https://github.com/WebKit/WebKit/commit/819f40d37ebc8588a177fc02cada67c118e22c67
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt
    M Source/WebCore/animation/KeyframeEffect.cpp

  Log Message:
  -----------
  css/css-fonts/animations/font-stretch-interpolation.html has failures
https://bugs.webkit.org/show_bug.cgi?id=235791

Reviewed by Antti Koivisto.

Always recompute keyframes if any property is set to `inherit` in the animated style, and in the animated style only.
Indeed, `m_hasExplicitlyInheritedKeyframeProperty` is true also if a property is set to `inherit` on the element's style.

* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt:
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::recomputeKeyframesIfNecessary):

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




More information about the webkit-changes mailing list