| 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 a774e3aa201bb152da68014971ce3e83f2257a69..1826c0ce80d407c4a1af6a66cd894354f6a14231 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
|
| @@ -105,7 +105,7 @@ assertInterpolation({
|
| to: '13px'
|
| }, [
|
| {at: -2, is: '0px'}, // CSS border-left-width can't be negative.
|
| - {at: -0.3, is: '0px'},
|
| + {at: -0.25, is: '1px'},
|
| {at: 0, is: '3px'},
|
| {at: 0.3, is: '6px'},
|
| {at: 0.6, is: '9px'},
|
|
|