| Index: LayoutTests/animations/interpolation/perspective-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/perspective-interpolation.html b/LayoutTests/animations/interpolation/perspective-interpolation.html
|
| index 749e89ddcfbd9e8ef73cafa9024ae7eb2d1c4250..90fdf4a8802427e5aecb15443934969c92619a5d 100644
|
| --- a/LayoutTests/animations/interpolation/perspective-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/perspective-interpolation.html
|
| @@ -34,6 +34,7 @@ assertInterpolation({
|
| to: '100px'
|
| }, [
|
| {at: -20, is: 'none'}, // perspective does not accept 0 or negative values
|
| + {at: -1, is: 'none'}, // perspective does not accept 0 or negative values
|
| {at: -0.3, is: '35px'},
|
| {at: 0, is: '50px'},
|
| {at: 0.3, is: '65px'},
|
|
|