Index: third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html |
index 4e87867389912051af5cc58c688b534b8f7b0330..e0200c076febf382267e649464e39cd9bc1bc2d2 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html |
@@ -24,7 +24,7 @@ |
<script> |
assertInterpolation({ |
property: 'stroke-width', |
- from: '', |
+ from: neutralKeyframe, |
to: '20px', |
}, [ |
{at: -0.3, is: '7px'}, |