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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg

Issue 1366903002: Make error-handling for feColorMatrix consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/svg/filters/feColorMatrix-values-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a7f577197ff4bdca0bafda1beb1dbfeb4a00f4e9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <rect y="0" width="100" height="100" fill="lime"/>
+ <rect y="0" x="100" width="100" height="100" fill="lime"/>
+ <rect y="0" x="200" width="100" height="100" fill="lime"/>
+ <rect y="100" width="100" height="100" fill="lime"/>
+ <rect y="100" x="100" width="100" height="100" fill="lime"/>
+ <rect y="100" x="200" width="100" height="100" fill="lime"/>
+ <rect y="200" width="100" height="100" fill="lime"/>
+ <rect y="200" x="100" width="100" height="100" fill="lime"/>
+ <rect y="200" x="200" width="100" height="100" fill="lime"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698