Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/interpolation/left-interpolation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/left-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/left-interpolation.html |
| index d3d95c80238542cbdd2c5e956328b88b78036be1..e88760e25a870726313ad79309fb13d31cd44059 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/left-interpolation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/left-interpolation.html |
| @@ -21,7 +21,7 @@ |
| <script> |
| assertInterpolation({ |
| property: 'left', |
| - from: '', |
| + from: neutralKeyframe, |
| to: '20px', |
| }, [ |
| {at: -0.3, is: '7px'}, |