| Index: LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
|
| index 48e28f378c6234c68e164c75d5d0dbabca2755fd..4abc814e959020daca2e2588d1f490b72b18b179 100644
|
| --- a/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html
|
| @@ -38,12 +38,11 @@ assertInterpolation({
|
| {at: 1, is: '101px'},
|
| {at: 1.5, is: '151px'}
|
| ]);
|
| -assertInterpolation({
|
| +
|
| +assertNoInterpolation({
|
| property: '-webkit-column-width',
|
| - from: '0px',
|
| + from: 'auto',
|
| to: '100px'
|
| -}, [
|
| - {at: 0, is: '20px'}
|
| -]);
|
| +});
|
| </script>
|
| </body>
|
|
|