Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 819f40d37ebc8588a177fc02cada67c118e22c67 https://github.com/WebKit/WebKit/commit/819f40d37ebc8588a177fc02cada67c118e22c67 Author: Antoine Quint <grao...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes