WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
230534
3d translation's second value is serialized to 0px regardless of its specified unit if it is zero value.
https://bugs.webkit.org/show_bug.cgi?id=230534
Summary
3d translation's second value is serialized to 0px regardless of its specifie...
Joonghun Park
Reported
2021-09-21 00:57:36 PDT
The serialization of css translate value should preserve its unit type, e.g. "100% 0% 1px" to "100% 0% 1px" and "0em 0em 1px" to "0em 0em 1px", not "0% 0% 1px" to "0% 0px 1px".
Attachments
Patch
(5.34 KB, patch)
2021-09-21 01:29 PDT
,
Joonghun Park
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joonghun Park
Comment 1
2021-09-21 01:29:08 PDT
Created
attachment 438793
[details]
Patch
EWS Watchlist
Comment 2
2021-09-21 01:30:13 PDT
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see
https://trac.webkit.org/wiki/WPTExportProcess
EWS
Comment 3
2021-09-21 11:28:07 PDT
Committed
r282830
(
241961@main
): <
https://commits.webkit.org/241961@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 438793
[details]
.
Radar WebKit Bug Importer
Comment 4
2021-09-21 11:29:20 PDT
<
rdar://problem/83361159
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug