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'}, |