Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: third_party/WebKit/LayoutTests/animations/animated-filter-svg-element-expected.html

Issue 1987943002: [wip] unprefix filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698