RESOLVED FIXED 217291
Add non-animated support for the CSS scale property
https://bugs.webkit.org/show_bug.cgi?id=217291
Summary Add non-animated support for the CSS scale property
Antoine Quint
Reported 2020-10-04 02:20:52 PDT
Add non-animated support for the CSS scale property
Attachments
Patch (201.51 KB, patch)
2020-10-04 02:24 PDT, Antoine Quint
no flags
Patch (206.71 KB, patch)
2020-10-04 11:33 PDT, Antoine Quint
no flags
Patch (207.24 KB, patch)
2020-10-05 00:17 PDT, Antoine Quint
no flags
Patch (207.81 KB, patch)
2020-10-05 00:29 PDT, Antoine Quint
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2020-10-04 02:21:22 PDT
Antoine Quint
Comment 2 2020-10-04 02:24:52 PDT
EWS Watchlist
Comment 3 2020-10-04 02:25:34 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
Antoine Quint
Comment 4 2020-10-04 11:33:21 PDT
Simon Fraser (smfr)
Comment 5 2020-10-04 11:47:45 PDT
Comment on attachment 410475 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=410475&action=review > Source/WebCore/css/CSSComputedStyleDeclaration.cpp:643 > + if (!rendererCanBeTransformed(renderer) || is<RenderInline>(*renderer) || !scale) Doesn't rendererCanBeTransformed() check is<RenderInline>? > Source/WebCore/css/CSSProperties.json:6497 > + "url": "https://drafts.csswg.org/css-transforms-2/#propdef-translate" Wrong url. > Source/WebCore/rendering/style/StyleRareNonInheritedData.h:182 > + RefPtr<ScaleTransformOperation> scale; StyleRareNonInheritedData is growing...
Antoine Quint
Comment 6 2020-10-05 00:17:51 PDT
Antoine Quint
Comment 7 2020-10-05 00:29:17 PDT
EWS
Comment 8 2020-10-05 01:46:21 PDT
ChangeLog entry in LayoutTests/ChangeLog contains OOPS!.
Antoine Quint
Comment 9 2020-10-05 02:46:50 PDT
Note You need to log in before you can comment on or make changes to this bug.