Index: third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
index ee2885901d7b729f1ffe3036d915ef95b04732a1..31ea5f4b4d3cc64311099d2b07c34c5e83fe83f7 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html |
@@ -290,13 +290,13 @@ assertInterpolation({ |
assertNoInterpolation({ |
property: '-webkit-filter', |
- from: 'url(#svgfilter)', |
+ from: 'url("#svgfilter")', |
to: 'none', // lacuna is not defined |
}); |
assertNoInterpolation({ |
property: '-webkit-filter', |
- from: 'url(#svgfilter)', |
+ from: 'url("#svgfilter")', |
to: 'blur(5px)', |
}); |