[webkit-changes] [WebKit/WebKit] 3b19ea: [css-animations] `animation` property should use s...

Antoine Quint noreply at github.com
Wed Jan 3 14:15:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b19eaa5f921647c3e95ffcd363d8bd59eed5bd5
      https://github.com/WebKit/WebKit/commit/3b19eaa5f921647c3e95ffcd363d8bd59eed5bd5
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/computed-style-animation-parsing-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/computed-style-animation-parsing.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-computed-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-computed.html
    M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/animation-shorthand-expected.txt
    M Source/WebCore/css/ComputedStyleExtractor.cpp

  Log Message:
  -----------
  [css-animations] `animation` property should use shortest serialization rule
https://bugs.webkit.org/show_bug.cgi?id=267059

Reviewed by Tim Nguyen.

We changed how we serialize the `transition` shorthand property in 272513 at main to always
yield the shortest serialization. We now do the same for the `animation` property.

* LayoutTests/imported/w3c/web-platform-tests/css/css-animations/computed-style-animation-parsing-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-animations/computed-style-animation-parsing.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-computed-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-animations/parsing/animation-computed.html:
* LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/animation-shorthand-expected.txt:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
(WebCore::singleAnimationValue):
(WebCore::animationShorthandValue):
(WebCore::ComputedStyleExtractor::valueForPropertyInStyle const):

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




More information about the webkit-changes mailing list