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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting-expected.txt

Issue 1645043002: Don't give 'order' semantic errors special treatment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/feConvolveMatrix-order-error-reporting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..62048bc90741eac9e510eb0f7fe6a9ecd3983f1e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE ERROR: line 7: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("0")
+CONSOLE ERROR: line 8: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("0.49999999")
+CONSOLE ERROR: line 9: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("0.5")
+CONSOLE ERROR: line 10: Error: <feConvolveMatrix> attribute order: A negative value is not valid. ("-1")
+CONSOLE ERROR: line 11: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("1 0")
+CONSOLE ERROR: line 12: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("1 0.49999999")
+CONSOLE ERROR: line 13: Error: <feConvolveMatrix> attribute order: A value of zero is not valid. ("1 0.5")
+CONSOLE ERROR: line 14: Error: <feConvolveMatrix> attribute order: A negative value is not valid. ("1 -1")
+

Powered by Google App Engine
This is Rietveld 408576698