[webkit-changes] [WebKit/WebKit] fa664e: [web-animations] add tests to see that an animated...

Antoine Quint noreply at github.com
Thu Dec 15 09:01:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fa664e0f3367f2a8f5e09250bf795b813927c91d
      https://github.com/WebKit/WebKit/commit/fa664e0f3367f2a8f5e09250bf795b813927c91d
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html

  Log Message:
  -----------
  [web-animations] add tests to see that an animated CSS variable is accounted for when used in standard properties
https://bugs.webkit.org/show_bug.cgi?id=249396

Reviewed by Antti Koivisto.

So far all of the tests we have for interpolation of CSS variables have been looking at whether
the CSS variable itself is correctly interpolated. In practice, it's important to test that an
interpolated value is picked up by other standard CSS properties that use that CSS variable.

* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html: Added.

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




More information about the webkit-changes mailing list