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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt

Issue 2339493002: Remove useless validation check for email type. (Closed)
Patch Set: Remove noisy value validation warnings for email input type. Created 4 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/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index fddd22214d13ca6ce6a05171dbf38d4b3c3d2c05..68ee42b648b27ad4a7cc4fa70d99a16fdb92af4f 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
@@ -20,11 +20,8 @@ ValidationMessageClient: main-message=Please enter a URL. sub-message=
ValidationMessageClient: main-message=Please enter a URL. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
-CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
-CONSOLE WARNING: line 283: The specified value "abc" is not a valid email address.
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=

Powered by Google App Engine
This is Rietveld 408576698