Bug 248308

Summary: CSSOM serialization for marker ignores marker-mid and marker-end
Product: WebKit Reporter: Oriol Brufau <obrufau>
Component: CSSAssignee: Oriol Brufau <obrufau>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Oriol Brufau
Reported 2022-11-24 08:05:01 PST
Run this code: var {style} = document.createElement("div"); style.markerStart = "url(start)"; style.markerMid = "url(mid)"; style.markerEnd = "url(end)"; style.marker; // "url(\"start\")" style.marker += ""; [style.markerStart, style.markerMid, style.markerEnd]; // ["url(\"start\")", "url(\"start\")", "url(\"start\")"] style.marker should be serialized as empty string when the longhands have different values.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-01 08:05:17 PST
Oriol Brufau
Comment 2 2022-12-01 16:08:45 PST
EWS
Comment 3 2022-12-02 05:50:32 PST
Committed 257282@main (0a9f425ac8eb): <https://commits.webkit.org/257282@main> Reviewed commits have been landed. Closing PR #7053 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.