| Index: LayoutTests/animations/interpolation/width-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/width-interpolation.html b/LayoutTests/animations/interpolation/width-interpolation.html
|
| index 4ea4172f011f3caaa6015671bb41105387ec0f3f..294b43b7fd7fd5dbd905fceb8d7605d4a6bc1a20 100644
|
| --- a/LayoutTests/animations/interpolation/width-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/width-interpolation.html
|
| @@ -63,7 +63,7 @@ assertNoInterpolation({
|
| assertInterpolation({
|
| property: 'width',
|
| from: '0px',
|
| - to: '100px'
|
| + to: '100px',
|
| }, [
|
| {at: -0.3, is: '0px'}, // CSS width can't be negative.
|
| {at: 0, is: '0px'},
|
| @@ -72,6 +72,7 @@ assertInterpolation({
|
| {at: 1, is: '100px'},
|
| {at: 1.5, is: '150px'}
|
| ]);
|
| +
|
| assertInterpolation({
|
| property: 'width',
|
| from: '10px',
|
|
|