Bug 137415

Summary: Web Inspector: CSS Pretty Printing fails to put space between value functions around ending parenthesis
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

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.