Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/flex-grow-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/flex-grow-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/flex-grow-interpolation.html |
| index d09cd3895da89e45967d188524440f977d6c231d..0da58e284fe4a2f01bf74c15591b2bfd6c69e279 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/flex-grow-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/flex-grow-interpolation.html |
| @@ -29,7 +29,7 @@ |
| <script> |
| assertInterpolation({ |
| property: 'flex-grow', |
| - from: '', |
| + from: neutralKeyframe, |
| to: '2', |
| }, [ |
| {at: -0.3, is: '0.7'}, |