Index: third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html |
index a54b3f6289c4f7b1498c58c6616872b036aeefc2..de70b7876fba6e539bf3c06c2f601071a1e3e19a 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html |
@@ -30,7 +30,7 @@ |
<script> |
assertInterpolation({ |
property: 'backdrop-filter', |
- from: '', |
+ from: neutralKeyframe, |
to: 'hue-rotate(20deg)', |
}, [ |
{at: -0.5, is: 'hue-rotate(5deg)'}, |