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

Side by Side Diff: LayoutTests/fast/forms/ValidityState-patternMismatch-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 44: The specified value 'something' is not a valid email a ddress. 1 CONSOLE WARNING: line 44: The specified value "something" is not a valid email a ddress.
2 This test checks validity.patternMismatch. 2 This test checks validity.patternMismatch.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS patternMismatchFor("simple") is false 7 PASS patternMismatchFor("simple") is false
8 PASS patternMismatchFor("no-pattern-and-no-value") is false 8 PASS patternMismatchFor("no-pattern-and-no-value") is false
9 PASS patternMismatchFor("ip-address") is false 9 PASS patternMismatchFor("ip-address") is false
10 PASS patternMismatchFor("email-address") is false 10 PASS patternMismatchFor("email-address") is false
11 PASS patternMismatchFor("wrong-email-address") is true 11 PASS patternMismatchFor("wrong-email-address") is true
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 PASS patternMismatchFor("invalid-02") is false 60 PASS patternMismatchFor("invalid-02") is false
61 PASS patternMismatchFor("invalid-03") is false 61 PASS patternMismatchFor("invalid-03") is false
62 PASS patternMismatchFor("invalid-04") is false 62 PASS patternMismatchFor("invalid-04") is false
63 PASS patternMismatchFor("invalid-05") is false 63 PASS patternMismatchFor("invalid-05") is false
64 PASS patternMismatchFor("invalid-06") is false 64 PASS patternMismatchFor("invalid-06") is false
65 PASS patternMismatchFor("disabled") is false 65 PASS patternMismatchFor("disabled") is false
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 69
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/color-well-expected.txt ('k') | LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698