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