WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
137414
Web Inspector: CSS Pretty Printing fails to put space between rgb(...) and numbers in minified gradients
https://bugs.webkit.org/show_bug.cgi?id=137414
Summary
Web Inspector: CSS Pretty Printing fails to put space between rgb(...) and nu...
Joseph Pecoraro
Reported
Saturday, October 4, 2014 12:27:35 AM UTC
* TEST div{background:linear-gradient(top,rgb(126,198,234)0%,rgb(70,179,234)45%,rgb(3,135,201)100%);} * ACTUAL div { background: linear-gradient(top, rgb(126, 198, 234)0%, rgb(70, 179, 234)45%, rgb(3, 135, 201)100%); } * EXPECTED div { background: linear-gradient(top, rgb(126, 198, 234) 0%, rgb(70, 179, 234) 45%, rgb(3, 135, 201) 100%); }
Attachments
[PATCH] Proposed Fix
(5.98 KB, patch)
2014-10-03 16:29 PDT
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
Saturday, October 4, 2014 12:27:58 AM UTC
<
rdar://problem/18544592
>
Joseph Pecoraro
Comment 2
Saturday, October 4, 2014 12:29:25 AM UTC
Created
attachment 239252
[details]
[PATCH] Proposed Fix Depends on a previous patch, bots my fail to apply.
Joseph Pecoraro
Comment 3
Thursday, October 9, 2014 4:39:24 AM UTC
<
http://trac.webkit.org/changeset/174483
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug