Bug 245570 - Blending between scaleZ() and scale() transforms should serialize as scale3d()
Summary: Blending between scaleZ() and scale() transforms should serialize as scale3d()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks: 235807
  Show dependency treegraph
 
Reported: 2022-09-23 04:06 PDT by Antoine Quint
Modified: 2022-09-23 10:30 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-09-23 04:06:17 PDT
The test imported/w3c/web-platform-tests/css/css-transforms/animation/transform-interpolation-computed-value.html has some failures where blending between scaleZ() and scale() values which yield a scale() computed style rather than scale3d().
Comment 1 Antoine Quint 2022-09-23 04:09:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4626
Comment 2 EWS 2022-09-23 10:13:14 PDT
Committed 254794@main (ca214b3c337e): <https://commits.webkit.org/254794@main>

Reviewed commits have been landed. Closing PR #4626 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-23 10:30:10 PDT
<rdar://problem/100330766>