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

Side by Side Diff: LayoutTests/fast/forms/date/date-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' does not conform to the r equired format, 'yyyy-MM-dd'. 1 CONSOLE WARNING: line 8: The specified value "parsing" does not conform to the r equired format, "yyyy-MM-dd".
2 CONSOLE WARNING: The specified value 'Invalid attribute value' does not conform to the required format, 'yyyy-MM-dd'. 2 CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
3 CONSOLE WARNING: The specified value 'Invalid attribute value' does not conform to the required format, 'yyyy-MM-dd'. 3 CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
4 CONSOLE WARNING: The specified value 'Invalid IDL value' does not conform to the required format, 'yyyy-MM-dd'. 4 CONSOLE WARNING: The specified value "Invalid IDL value" does not conform to the required format, "yyyy-MM-dd".
5 Invisible INPUT element should not show a format warning. 5 Invisible INPUT element should not show a format warning.
6 6
7 Visible INPUT element should show a format warning. We'll see three warnings. 7 Visible INPUT element should show a format warning. We'll see three warnings.
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698