Bug 60890

Summary: Web Inspector: Increment/decrement of very big CSS numeric values results in invalid CSS
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Suggested fix yurys: review+

Description Alexander Pavlov (apavlov) 2011-05-16 08:38:32 PDT
Try to increment/decrement the value of "-webkit-transform: rotate(100000000000000000deg);".
The engineering number format is not a valid CSS.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=81165
Comment 1 Alexander Pavlov (apavlov) 2011-05-17 01:37:34 PDT
Created attachment 93748 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2011-05-17 02:35:21 PDT
Committed r86663: <http://trac.webkit.org/changeset/86663>