Bug 265267
| Summary: | [cssom] Fix serialization of identity transforms in individual transform functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/43352 | ||
Tim Nguyen (:ntim)
https://github.com/web-platform-tests/wpt/commit/f00b5b08edd7f40b32e30e196fc58829934c9b38
exposed a bug in the implementation with transform individual properties (scale / translate / rotate) where WebKit doesn't support calc().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118727471>
Tim Nguyen (:ntim)
I looked more into detail, and the bug is actually that we don't serialize correctly identity transforms.
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/20891
Tim Nguyen (:ntim)
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/43352
EWS
Committed 271115@main (5d05c38e6daa): <https://commits.webkit.org/271115@main>
Reviewed commits have been landed. Closing PR #20891 and removing active labels.