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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-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-validate-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
index 11c2a20464c3b20f99ba40c08fbf427de731c216..13fef4a7751c71a726ca918a93bc4f4e2aaa1f66 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: line 13: The specified value 'abc' is not a valid email address.
+CONSOLE WARNING: line 13: The specified value "abc" is not a valid email address.
CONSOLE ERROR: An invalid form control with name='' is not focusable.
CONSOLE ERROR: An invalid form control with name='' is not focusable.
CONSOLE ERROR: An invalid form control with name='' is not focusable.

Powered by Google App Engine
This is Rietveld 408576698