Bug 28674

Summary: background-size fails to parse if a single length/percentage/auto is followed by a comma
Product: WebKit Reporter: mitz
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch simon.fraser: review+

Description mitz 2009-08-23 22:33:35 PDT
WebKit successfully parses “background-size: 100px;", but fails to parse “background-size: 100px, 200px 300px;”. The comma confuses parseFillSize(). Patch forthcoming.
Comment 1 mitz 2009-08-23 22:40:07 PDT
Created attachment 38466 [details]
Patch
Comment 2 mitz 2009-08-24 09:27:31 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/47716>.