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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 7: Error: <feConvolveMatrix> attribute order: A value of zer o is not valid. ("0")
2 CONSOLE ERROR: line 8: Error: <feConvolveMatrix> attribute order: A value of zer o is not valid. ("0.49999999")
3 CONSOLE ERROR: line 9: Error: <feConvolveMatrix> attribute order: A value of zer o is not valid. ("0.5")
4 CONSOLE ERROR: line 10: Error: <feConvolveMatrix> attribute order: A negative va lue is not valid. ("-1")
5 CONSOLE ERROR: line 11: Error: <feConvolveMatrix> attribute order: A value of ze ro is not valid. ("1 0")
6 CONSOLE ERROR: line 12: Error: <feConvolveMatrix> attribute order: A value of ze ro is not valid. ("1 0.49999999")
7 CONSOLE ERROR: line 13: Error: <feConvolveMatrix> attribute order: A value of ze ro is not valid. ("1 0.5")
8 CONSOLE ERROR: line 14: Error: <feConvolveMatrix> attribute order: A negative va lue is not valid. ("1 -1")
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698