Bug 60890 - Web Inspector: Increment/decrement of very big CSS numeric values results in invalid CSS
Summary: Web Inspector: Increment/decrement of very big CSS numeric values results in ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 08:38 PDT by Alexander Pavlov (apavlov)
Modified: 2011-05-17 02:35 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Suggested fix (6.40 KB, patch)
2011-05-17 01:37 PDT, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>