Bug 141411

Summary: Web Inspector: CSS Pretty Printing: still fails fails to put space between rgb(...) and numbers in minified gradients
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2015-02-09 15:51:38 PST
* SUMMARY CSS Pretty Printing: still fails fails to put space between rgb(...) and numbers in minified gradients. PrettyPrinting tests work, but not the inspector frontend which modifies token strings. * TEST div{background:linear-gradient(top,rgb(126,198,234)0%,rgb(70,179,234)45%,rgb(3,135,201)100%);} * EXPECTED ..., rgb(126, 198, 234) 0%, ... * ACTUAL ..., rgb(126, 198, 234)0%, ...
Attachments
[PATCH] Proposed Fix (2.80 KB, patch)
2015-02-09 15:53 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-02-09 15:53:42 PST
Created attachment 246302 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-02-10 13:41:56 PST
Comment on attachment 246302 [details] [PATCH] Proposed Fix Clearing flags on attachment: 246302 Committed r179879: <http://trac.webkit.org/changeset/179879>
WebKit Commit Bot
Comment 3 2015-02-10 13:41:59 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.