Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/color-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/color-interpolation.html |
| index c8a86c1a244a7e0936ea34ae885776ff867ade67..55e15e5287ed52a9ccd6ba6a94e580f85d8f3dad 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/color-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/color-interpolation.html |
| @@ -19,7 +19,7 @@ |
| <script> |
| assertInterpolation({ |
| property: 'color', |
| - from: '', |
| + from: neutralKeyframe, |
| to: 'green', |
| }, [ |
| {at: -0.3, is: 'rgb(255, 255, 0)'}, |