[webkit-changes] [WebKit/WebKit] 582bdb: [web-animations] filter values containing a url() ...

Antoine Quint noreply at github.com
Wed Nov 23 05:25:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 582bdb346c12768580df6f09484c5601789aa4ce
      https://github.com/WebKit/WebKit/commit/582bdb346c12768580df6f09484c5601789aa4ce
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/imported/w3c/web-platform-tests/css/filter-effects/animation/filter-interpolation-003-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-001-expected.txt
    M Source/WebCore/animation/CSSPropertyAnimation.cpp

  Log Message:
  -----------
  [web-animations] filter values containing a url() should animate discretely
https://bugs.webkit.org/show_bug.cgi?id=248263

Reviewed by Tim Nguyen.

We determine when a filter list contains url() and animate discretely in that case.
We also simply return either the "from" or "to" value when animating discretely.

* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/css/filter-effects/animation/filter-interpolation-003-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-001-expected.txt:
* Source/WebCore/animation/CSSPropertyAnimation.cpp:
(WebCore::blendFilterOperations):

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




More information about the webkit-changes mailing list