Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/min-width-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/min-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/min-width-interpolation.html |
| index 110c2c4cd6c517221110bfb1a01768cf10ee3df6..0711cd19449204738758e56a8ac26f42d734c262 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/min-width-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/min-width-interpolation.html |
| @@ -19,7 +19,7 @@ |
| <script> |
| assertInterpolation({ |
| property: 'min-width', |
| - from: '', |
| + from: neutralKeyframe, |
| to: '20px', |
| }, [ |
| {at: -0.5, is: '5px'}, |