Index: third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html |
index 41344b5127a90ca28158e256cd76f60fd48e7975..d5f0894824581f4f96f2171328c10098078b4b70 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html |
@@ -23,7 +23,7 @@ |
<script> |
assertInterpolation({ |
property: 'scale', |
- from: '', |
+ from: neutralKeyframe, |
to: '1.5', |
}, [ |
{at: -1, is: '0.7 0.7'}, |