| 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 bf5f89c5a3779f530b415a16f3cde8e1a58be5b6..b9733f4a1ae9512b21e485f55abc1607de98c72c 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({
|
|
|