forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use interpolation at the endpoints of animations.
Use interpolation at the endpoints of animations (by removing various optimizations to return the endpoint values at the endpoints), since it's needed to get the correct axis for animation of the 'rotate' property, the correct conversion away from a 'none' value at one endpoint for the 'rotate', 'scale', and 'translate' properties, and correct list lengths for list-valued properties that can interpolate between lists of mismatched lengths, whether by repeating to the least common multiple length (stroke-dasharray) or filling the shorter list with no-op or zero values (filter, backdrop-filter, box-shadow, text-shadow, some registered custom properties). The changes to translate-composition.html and scale-composition.html cause Firefox to pass the tests whose expectations are being modified, and thus, like Chrome, pass the entire file (whereas they cause Safari to fail additional tests). The test changes are discussed further in web-platform-tests/wpt#30377 . The differences between the test expectations for background-image (where the test expects discrete animation, per the spec) and for -webkit-mask-image (where the test expects -webkit-cross-fade()) is rather suspicious, but I've left the difference as-is for now. Fixed: 1026169, 1180834 Change-Id: I6320b74b0aff29989a748fab1bff78b91426701e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139948 Reviewed-by: Kevin Ellis <kevers@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#923427}
- Loading branch information
Showing
30 changed files
with
106 additions
and
2,580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.