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