Index: third_party/WebKit/LayoutTests/animations/interpolation/webkit-text-stroke-color-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-text-stroke-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/webkit-text-stroke-color-interpolation.html |
index 30264280a5c36d0669dd0ffdebc3e90638f98de4..94e02eb2f5bbb65bad95e3aedae8aa2b0d040ae0 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-text-stroke-color-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/webkit-text-stroke-color-interpolation.html |
@@ -20,7 +20,7 @@ |
<script> |
assertInterpolation({ |
property: '-webkit-text-stroke-color', |
- from: '', |
+ from: neutralKeyframe, |
to: 'green', |
}, [ |
{at: -0.3, is: 'rgb(255, 176, 0)'}, |