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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt

Issue 1167793003: Escape all of invalid values in console messages for INPUT elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index 4e56aa3803e780a205ecc0d086def7230280648a..10413aabaea5568e87d7de49ba42f6f59a761d87 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
@@ -14,10 +14,10 @@ ValidationMessageClient: main-message=Please shorten this text to 20 characters
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please enter a URL. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-CONSOLE WARNING: The specified value 'a' is not a valid email address.
-CONSOLE WARNING: The specified value 'a' is not a valid email address.
+CONSOLE WARNING: The specified value "a" is not a valid email address.
+CONSOLE WARNING: The specified value "a" is not a valid email address.
ValidationMessageClient: main-message=Please match the requested format. sub-message=
-CONSOLE WARNING: The specified value 'abc' is not a valid email address.
+CONSOLE WARNING: 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 fill out this field. sub-message=
ValidationMessageClient: main-message=Value must be 01/01/2000 or earlier. sub-message=

Powered by Google App Engine
This is Rietveld 408576698