Index: third_party/WebKit/LayoutTests/animations/interpolation/max-width-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/max-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/max-width-interpolation.html |
index 18d1f7db5b750d0e882cb0e0f3696f80523e9f87..9c8ae28ce93d8c8b19f9eaac11f887831d9c0179 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/max-width-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/max-width-interpolation.html |
@@ -20,7 +20,7 @@ |
<script> |
assertInterpolation({ |
property: 'max-width', |
- from: '', |
+ from: neutralKeyframe, |
to: '20px', |
}, [ |
{at: -0.5, is: '5px'}, |