Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/translate-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/translate-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/translate-interpolation.html |
| index 456c26991b4c13dac449f6947b13343aeb8e89ed..9c367c8cea468df90559a30e54e45141c1860a67 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/translate-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/translate-interpolation.html |
| @@ -23,7 +23,7 @@ |
| <script> |
| assertInterpolation({ |
| property: 'translate', |
| - from: '', |
| + from: neutralKeyframe, |
| to: '20px', |
| }, [ |
| {at: -1, is: '0px'}, |