| Index: LayoutTests/animations/interpolation/shape-image-threshold.html
|
| diff --git a/LayoutTests/animations/interpolation/shape-image-threshold.html b/LayoutTests/animations/interpolation/shape-image-threshold.html
|
| index eee693939ecbae52cb994fd31138a02d9bca137c..0d7a281a9da26504e94717e18dd1a7698fc05183 100644
|
| --- a/LayoutTests/animations/interpolation/shape-image-threshold.html
|
| +++ b/LayoutTests/animations/interpolation/shape-image-threshold.html
|
| @@ -15,5 +15,18 @@ assertInterpolation({
|
| {at: 1, is: '1'},
|
| {at: 1.5, is: '1'}
|
| ]);
|
| +assertInterpolation({
|
| + property: 'shape-image-threshold',
|
| + from: '2',
|
| + to: '4'
|
| +}, [
|
| + {at: -1.5, is: '0'},
|
| + {at: -0.75, is: '0.5'},
|
| + {at: -0.5, is: '1'},
|
| + {at: 0, is: '1'},
|
| + {at: 0.5, is: '1'},
|
| + {at: 1, is: '1'},
|
| + {at: 1.5, is: '1'}
|
| +]);
|
| </script>
|
| </body>
|
|
|