Index: third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html |
index 29a2d9e68b1a06af8f63c883921a027ca0589413..ec2c3c9b6902541f0abaf278575a0bfa86fb4713 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html |
@@ -33,11 +33,11 @@ assertInterpolation({ |
{at: -3, is: '1'}, |
{at: -2.5, is: '1'}, |
{at: -0.5, is: '1'}, |
- {at: 0, is: '1'}, |
+ {at: 0, is: '2'}, |
{at: 0.3, is: '7'}, |
- {at: 0.6, is: '12'}, |
+ {at: 0.6, is: '13'}, |
{at: 1, is: '20'}, |
- {at: 1.5, is: '30'}, |
+ {at: 1.5, is: '29'}, |
]); |
assertInterpolation({ |