| Index: LayoutTests/animations/interpolation/outline-width-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/outline-width-interpolation.html b/LayoutTests/animations/interpolation/outline-width-interpolation.html
|
| index c619552ad762953bdf034c89af5c2c3227e1106e..04a25beca86733a6394965633c2d75462e2cc749 100644
|
| --- a/LayoutTests/animations/interpolation/outline-width-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/outline-width-interpolation.html
|
| @@ -45,7 +45,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({
|
| @@ -71,7 +71,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({
|
|
|