Bug 140730

Summary: background serialization doesn't match the spec
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cdumez, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Simon Fraser (smfr)
Reported 2015-01-21 09:47:45 PST
background: url(foo), red url(bar); gets serialized as "rgb(255, 0, 0) url(foo), url(bar) repeat, repeat scroll, scroll 0% 0%, 0% 0% / auto, auto padding-box, padding-box border-box, border-box" which doesn't match the spec: http://www.w3.org/TR/css3-background/#ltfinal-bg-layergt
Attachments
Note You need to log in before you can comment on or make changes to this bug.