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+
Radar WebKit Bug Importer
Comment 1 2014-10-03 16:55:40 PDT
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
Note You need to log in before you can comment on or make changes to this bug.