RESOLVED FIXED Bug 247879
Clean up handling of background-position shorthand in StyleProperties::asTextInternal()
https://bugs.webkit.org/show_bug.cgi?id=247879
Summary Clean up handling of background-position shorthand in StyleProperties::asText...
Tim Nguyen (:ntim)
Reported 2022-11-13 23:10:51 PST
The old code was collapsing background-position-x/y into background-position. It is not needed anymore, as returning true in canUseShorthandForLonghand for background-position has the same effect. Test: fast/css/background-position-serialize.html
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-13 23:11:51 PST
Tim Nguyen (:ntim)
Comment 2 2022-11-13 23:13:48 PST
EWS
Comment 3 2022-11-14 01:37:13 PST
Committed 256643@main (fd7fe182b10d): <https://commits.webkit.org/256643@main> Reviewed commits have been landed. Closing PR #6458 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.