Index: third_party/WebKit/LayoutTests/animations/interpolation/svg-stop-color-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stop-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/svg-stop-color-interpolation.html |
index 611f0fec999530a57b41b3dc9f129e17ee2a8037..6f370eb840bb0dab984c0dc568f5341b538cd6a7 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stop-color-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/svg-stop-color-interpolation.html |
@@ -29,7 +29,7 @@ rect { |
<script> |
assertInterpolation({ |
property: 'stop-color', |
- from: '', |
+ from: neutralKeyframe, |
to: 'green', |
}, [ |
{at: -5, is: 'rgb(255, 255, 0)'}, |