Bug 247879
Summary: | Clean up handling of background-position shorthand in StyleProperties::asTextInternal() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | obrufau, statontrey1, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Nguyen (:ntim)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102306296>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6458
EWS
Committed 256643@main (fd7fe182b10d): <https://commits.webkit.org/256643@main>
Reviewed commits have been landed. Closing PR #6458 and removing active labels.