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

Description Joseph Pecoraro 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%, ...
Comment 1 Joseph Pecoraro 2015-02-09 15:53:42 PST
Created attachment 246302 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-02-10 13:41:59 PST
All reviewed patches have been landed.  Closing bug.