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

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

Issue 1644293003: Error reporting for SVGInteger and SVGIntegerOptionalInteger (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations; Drop redundant test. 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.html
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
index 963adeaf8185b9537d388273c0dd654b70ac1939..e87c2b3fd82f1e16a2b2061646c5e0810a435da1 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
+++ b/third_party/WebKit/LayoutTests/svg/filters/feConvolveMatrix-order-error-reporting.html
@@ -12,4 +12,6 @@ if (window.testRunner)
<feConvolveMatrix order="1 0.49999999"/>
<feConvolveMatrix order="1 0.5"/>
<feConvolveMatrix order="1 -1"/>
+ <feConvolveMatrix order="1 one"/>
+ <feConvolveMatrix order="one two"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698