Index: third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
index 1658d2531c96a78466e44c155c3c0f31d6639ed8..5e5f772c89dd60fc0bba3c77a0e7b678d24498c1 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
@@ -24,7 +24,7 @@ |
<script> |
assertInterpolation({ |
property: 'box-shadow', |
- from: '', |
+ from: neutralKeyframe, |
to: '20px 20px 20px 20px black', |
}, [ |
{at: -0.3, is: '7px 33px 7px 33px black'}, |