| Index: LayoutTests/animations/interpolation/border-width-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/border-width-interpolation.html b/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| index 9011f32e961882d9bb03b6b3b54f6bbff42c15b1..a774e3aa201bb152da68014971ce3e83f2257a69 100644
|
| --- a/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| @@ -43,7 +43,7 @@ assertInterpolation({
|
| {at: 0.3, is: '8px'},
|
| {at: 0.6, is: '13px'},
|
| {at: 1, is: '20px'},
|
| - {at: 1.5, is: '29px'},
|
| + {at: 1.5, is: '28px'},
|
| ]);
|
|
|
| assertInterpolation({
|
| @@ -69,7 +69,7 @@ assertInterpolation({
|
| {at: 0.3, is: '8px'},
|
| {at: 0.6, is: '13px'},
|
| {at: 1, is: '20px'},
|
| - {at: 1.5, is: '29px'},
|
| + {at: 1.5, is: '28px'},
|
| ]);
|
|
|
| assertInterpolation({
|
|
|