RESOLVED FIXED Bug 28674
background-size fails to parse if a single length/percentage/auto is followed by a comma
https://bugs.webkit.org/show_bug.cgi?id=28674
Summary background-size fails to parse if a single length/percentage/auto is followed...
mitz
Reported 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.
Attachments
Patch (6.47 KB, patch)
2009-08-23 22:40 PDT, mitz
simon.fraser: review+
mitz
Comment 1 2009-08-23 22:40:07 PDT
mitz
Comment 2 2009-08-24 09:27:31 PDT
Note You need to log in before you can comment on or make changes to this bug.