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

Side by Side Diff: LayoutTests/fast/forms/email-format-warning-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: line 8: The specified value 'parsing\u263a' is not a valid emai l address. 1 CONSOLE WARNING: line 8: The specified value "parsing\u263A" is not a valid emai l address.
2 CONSOLE WARNING: line 9: The specified value 'value-before-type\u263a' is not a valid email address. 2 CONSOLE WARNING: line 9: The specified value "value-before-type\u263A" is not a valid email address.
3 CONSOLE WARNING: line 10: The specified value 'invalid-in-multiple\u263a' is not a valid email address. 3 CONSOLE WARNING: line 10: The specified value "invalid-in-multiple\u263A" is not a valid email address.
4 CONSOLE WARNING: The specified value 'Invalid attribute value' is not a valid em ail address. 4 CONSOLE WARNING: The specified value "Invalid attribute value" is not a valid em ail address.
5 CONSOLE WARNING: The specified value 'Invalid attribute value' is not a valid em ail address. 5 CONSOLE WARNING: The specified value "Invalid attribute value" is not a valid em ail address.
6 CONSOLE WARNING: The specified value 'Invalid IDL value' is not a valid email ad dress. 6 CONSOLE WARNING: The specified value "Invalid IDL value" is not a valid email ad dress.
7 Invisible INPUT element should not show a format warning. 7 Invisible INPUT element should not show a format warning.
8 8
9 Visible INPUT element should show a format warning. We'll see three warnings. 9 Visible INPUT element should show a format warning. We'll see three warnings.
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698