Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
| index bf05326cfeab5ca8ab90c0052655f8e1875cb4c5..ffc213c13905a1b0a809bbd7b31e88cbe0efebc3 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/webkit-column-width-interpolation.html |
| @@ -34,7 +34,7 @@ |
| <script> |
| assertInterpolation({ |
| property: '-webkit-column-width', |
| - from: '', |
| + from: neutralKeyframe, |
| to: '40px', |
| }, [ |
| {at: -0.3, is: '1px'}, |