| Index: third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| index 1826c0ce80d407c4a1af6a66cd894354f6a14231..9ce2f765467116c376c66c66cf7615ae1c82288d 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| @@ -40,10 +40,10 @@ assertInterpolation({
|
| }, [
|
| {at: -0.3, is: '0px'},
|
| {at: 0, is: '3px'},
|
| - {at: 0.3, is: '8px'},
|
| - {at: 0.6, is: '13px'},
|
| + {at: 0.3, is: '8.1px'},
|
| + {at: 0.6, is: '13.2px'},
|
| {at: 1, is: '20px'},
|
| - {at: 1.5, is: '28px'},
|
| + {at: 1.5, is: '28.5px'},
|
| ]);
|
|
|
| assertInterpolation({
|
| @@ -66,10 +66,10 @@ assertInterpolation({
|
| }, [
|
| {at: -0.3, is: '0px'},
|
| {at: 0, is: '3px'},
|
| - {at: 0.3, is: '8px'},
|
| - {at: 0.6, is: '13px'},
|
| + {at: 0.3, is: '8.1px'},
|
| + {at: 0.6, is: '13.2px'},
|
| {at: 1, is: '20px'},
|
| - {at: 1.5, is: '28px'},
|
| + {at: 1.5, is: '28.5px'},
|
| ]);
|
|
|
| assertInterpolation({
|
|
|