Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
| index 31ea5f4b4d3cc64311099d2b07c34c5e83fe83f7..b9bbe9591c8169743a82cb5f438c02b116501da8 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
| @@ -30,7 +30,7 @@ |
| <script> |
| assertInterpolation({ |
| property: '-webkit-filter', |
| - from: '', |
| + from: neutralKeyframe, |
| to: 'hue-rotate(20deg)', |
| }, [ |
| {at: -0.5, is: 'hue-rotate(5deg)'}, |