WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
137415
Web Inspector: CSS Pretty Printing fails to put space between value functions around ending parenthesis
https://bugs.webkit.org/show_bug.cgi?id=137415
Summary
Web Inspector: CSS Pretty Printing fails to put space between value functions...
Joseph Pecoraro
Reported
2014-10-03 16:55:09 PDT
* TEST div{-webkit-transform:rotate(...)translate(...);} * ACTUAL div { -webkit-transform: rotate(...)translate(...); } * EXPECTED div { -webkit-transform: rotate(...) translate(...); }
Attachments
[PATCH] Proposed Fix
(5.05 KB, patch)
2014-10-03 16:57 PDT
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-10-03 16:55:40 PDT
<
rdar://problem/18545059
>
Joseph Pecoraro
Comment 2
2014-10-03 16:57:25 PDT
Created
attachment 239256
[details]
[PATCH] Proposed Fix Do not expect this to apply on bots.
Joseph Pecoraro
Comment 3
2014-10-08 20:39:14 PDT
<
http://trac.webkit.org/changeset/174484
>
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