Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/animated-filter-svg-element-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element-expected.html b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4b99fb53d3eb24a32ebcbfefdf8a7b27166f6a07 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element-expected.html |
| @@ -0,0 +1,10 @@ |
| +<!doctype html> |
| + |
| +<svg style="filter: blur(10px)"> |
| + <rect fill="blue" x="0" y="0" height="100" width="100" /> |
| +</svg> |
| + |
| +<svg> |
| + <rect fill="blue" x="0" y="0" height="100" width="100" |
| + style="filter: blur(10px)" /> |
| +</svg> |