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

Unified Diff: LayoutTests/fast/forms/email-idn-conversion-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/fast/forms/email-idn-conversion-expected.txt
diff --git a/LayoutTests/fast/forms/email-idn-conversion-expected.txt b/LayoutTests/fast/forms/email-idn-conversion-expected.txt
index 1ba278cdeccbc827ffca95dae1c7faa092943b7d..be101e18aa719f64e018806dc5f025296f7d54f0 100644
--- a/LayoutTests/fast/forms/email-idn-conversion-expected.txt
+++ b/LayoutTests/fast/forms/email-idn-conversion-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE WARNING: The specified value 'xn--t8j.com' is not a valid email address.
-CONSOLE WARNING: The specified value 'foo@ma\u00f1ana.com' is not a valid email address.
+CONSOLE WARNING: The specified value "xn--t8j.com" is not a valid email address.
+CONSOLE WARNING: The specified value "foo@ma\u00F1ana.com" is not a valid email address.
Tests ascii-unicode conversion of IDN email addresses on input type=email.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698