Bug 141411 - Web Inspector: CSS Pretty Printing: still fails fails to put space between rgb(...) and numbers in minified gradients
Summary: Web Inspector: CSS Pretty Printing: still fails fails to put space between rg...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-02-09 15:51 PST by Joseph Pecoraro
Modified: 2015-02-10 13:41 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.80 KB, patch)
2015-02-09 15:53 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.