Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: LayoutTests/animations/interpolation/zoom-iterpolation.html

Issue 285643006: Kill WTF::DecimalNumber class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline single-line function Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/zoom-iterpolation.html
diff --git a/LayoutTests/animations/interpolation/zoom-iterpolation.html b/LayoutTests/animations/interpolation/zoom-iterpolation.html
index f2367edb2aae0edf6e0e2a2dfcf3adcfb56fd426..7362d81fd917638f1fdf0c8877e4edd0352be904 100644
--- a/LayoutTests/animations/interpolation/zoom-iterpolation.html
+++ b/LayoutTests/animations/interpolation/zoom-iterpolation.html
@@ -19,7 +19,7 @@ assertInterpolation({
from: '1',
to: '2'
}, [
- {at: -5, is: '0.00001'}, // zoom must be > 0
+ {at: -5, is: '0.000000000000000000000000000000000000000000001'}, // zoom must be > 0
{at: -0.3, is: '0.7'},
{at: 0, is: '1'},
{at: 0.3, is: '1.3'},

Powered by Google App Engine
This is Rietveld 408576698