| 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 b9502d3833f4777e4ced2d82c5c51fbe15ad1b49..a54b3f6289c4f7b1498c58c6616872b036aeefc2 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
|
| @@ -290,13 +290,13 @@ assertInterpolation({
|
|
|
| assertNoInterpolation({
|
| property: 'backdrop-filter',
|
| - from: 'url(#svgfilter)',
|
| + from: 'url("#svgfilter")',
|
| to: 'none', // lacuna is not defined
|
| });
|
|
|
| assertNoInterpolation({
|
| property: 'backdrop-filter',
|
| - from: 'url(#svgfilter)',
|
| + from: 'url("#svgfilter")',
|
| to: 'blur(5px)',
|
| });
|
|
|
|
|