Index: third_party/WebKit/LayoutTests/animations/interpolation/svg-fill-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/svg-fill-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/svg-fill-interpolation.html |
index 10d547a61ea976f57ae9538ff19dce17f4cfd105..8f89b6abc16a2d5021b9a0cd8bc040d64572a364 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/svg-fill-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/svg-fill-interpolation.html |
@@ -34,7 +34,7 @@ |
<script> |
assertInterpolation({ |
property: 'fill', |
- from: '', |
+ from: neutralKeyframe, |
to: 'green', |
}, [ |
{at: -5, is: 'rgb(255, 255, 0)'}, |