Bug 163681 - [CSS Parser] Fix background-position parsing
Summary: [CSS Parser] Fix background-position parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 12:16 PDT by Dave Hyatt
Modified: 2016-10-19 12:22 PDT (History)
0 users

See Also:


Attachments
Patch (2.59 KB, patch)
2016-10-19 12:18 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-10-19 12:16:10 PDT
Make sure to handle the more efficient back-end format that doesn't create unnecessary pairs.
Comment 1 Dave Hyatt 2016-10-19 12:18:36 PDT
Created attachment 292093 [details]
Patch
Comment 2 Dave Hyatt 2016-10-19 12:22:43 PDT
Fixed in r207556.