Index: LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
diff --git a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
index aa6fdc1d50dba21ac4448180791ce67984dedef0..ea73d7eb0bd131522efcfb9ed4d9bde651248b56 100644 |
--- a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
+++ b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
@@ -31,7 +31,7 @@ assertInterpolation({ |
from: '1px', |
to: '101px' |
}, [ |
- {at: -0.3, is: '0.00001px'}, |
+ {at: -0.3, is: '0.000000119px'}, |
{at: 0, is: '1px'}, |
{at: 0.3, is: '31px'}, |
{at: 0.6, is: '61px'}, |