| Index: LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
|
| index 3314152c95418abb1e841590b0f8a4da4cd04c7c..86f6ac410d23c9c44946a202685f6c931b8a1d4e 100644
|
| --- a/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/webkit-column-rule-width-interpolation.html
|
| @@ -49,7 +49,7 @@ assertInterpolation({
|
| {at: 0.3, is: '14px'},
|
| {at: 0.6, is: '25px'},
|
| {at: 1, is: '40px'},
|
| - {at: 1.5, is: '59px'},
|
| + {at: 1.5, is: '58px'},
|
| ]);
|
|
|
| assertInterpolation({
|
| @@ -75,7 +75,7 @@ assertInterpolation({
|
| {at: 0.3, is: '14px'},
|
| {at: 0.6, is: '25px'},
|
| {at: 1, is: '40px'},
|
| - {at: 1.5, is: '59px'},
|
| + {at: 1.5, is: '58px'},
|
| ]);
|
|
|
| assertInterpolation({
|
|
|