Bug 235069 - Interpolation during animation of two empty transform lists should always yield "none"
Summary: Interpolation during animation of two empty transform lists should always yie...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-11 08:21 PST by Martin Robinson
Modified: 2022-01-12 03:42 PST (History)
4 users (show)

See Also:


Attachments
Patch (4.42 KB, patch)
2022-01-11 08:33 PST, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch (5.78 KB, patch)
2022-01-12 00:16 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2022-01-11 08:21:58 PST
When interpolating during animation between two empty transform lists ("transform: none" to "transform: none"), the resulting value should be "transform: none". This is covered by failing subtests in imported/w3c/web-platform-tests/css/css-transforms/animation/list-interpolation.html.
Comment 1 Martin Robinson 2022-01-11 08:33:38 PST
Created attachment 448849 [details]
Patch
Comment 2 Antoine Quint 2022-01-11 10:08:25 PST
Looks like this also fixed a test within imported/w3c/web-platform-tests/web-animations/interfaces/Animation/commitStyles.html and you'll need to rebase the results.
Comment 3 Martin Robinson 2022-01-12 00:16:05 PST
Created attachment 448911 [details]
Patch
Comment 4 EWS 2022-01-12 03:41:27 PST
Committed r287917 (245950@main): <https://commits.webkit.org/245950@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448911 [details].
Comment 5 Radar WebKit Bug Importer 2022-01-12 03:42:16 PST
<rdar://problem/87448400>