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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt

Issue 2339493002: Remove useless validation check for email type. (Closed)
Patch Set: Remove noisy value validation warnings for email input type. Created 4 years, 3 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
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/LayoutTests/fast/forms/email-format-warning.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 44: The specified value "something" is not a valid email a ddress.
2 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') ' 1 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') '
3 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') ' 2 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') '
4 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') ' 3 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ') '
5 CONSOLE ERROR: line 84: Pattern attribute value foo\ is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /foo\/: \ at end of pa ttern 4 CONSOLE ERROR: line 84: Pattern attribute value foo\ is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /foo\/: \ at end of pa ttern
6 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c haracter class 5 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c haracter class
7 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c haracter class 6 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c haracter class
8 CONSOLE ERROR: line 84: Pattern attribute value \@ is not a valid regular expres sion: Uncaught SyntaxError: Invalid regular expression: /\@/: Invalid escape 7 CONSOLE ERROR: line 84: Pattern attribute value \@ is not a valid regular expres sion: Uncaught SyntaxError: Invalid regular expression: /\@/: Invalid escape
9 CONSOLE ERROR: line 84: Pattern attribute value \p is not a valid regular expres sion: Uncaught SyntaxError: Invalid regular expression: /\p/: Invalid escape 8 CONSOLE ERROR: line 84: Pattern attribute value \p is not a valid regular expres sion: Uncaught SyntaxError: Invalid regular expression: /\p/: Invalid escape
10 This test checks validity.patternMismatch. 9 This test checks validity.patternMismatch.
11 10
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PASS patternMismatchFor("unicode-invalid-02") is false 74 PASS patternMismatchFor("unicode-invalid-02") is false
76 PASS patternMismatchFor("unicode-match-01") is false 75 PASS patternMismatchFor("unicode-match-01") is false
77 PASS patternMismatchFor("unicode-match-02") is false 76 PASS patternMismatchFor("unicode-match-02") is false
78 PASS patternMismatchFor("unicode-match-03") is false 77 PASS patternMismatchFor("unicode-match-03") is false
79 PASS patternMismatchFor("unicode-match-04") is false 78 PASS patternMismatchFor("unicode-match-04") is false
80 PASS patternMismatchFor("unicode-mismatch-01") is true 79 PASS patternMismatchFor("unicode-mismatch-01") is true
81 PASS successfullyParsed is true 80 PASS successfullyParsed is true
82 81
83 TEST COMPLETE 82 TEST COMPLETE
84 83
OLDNEW
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/LayoutTests/fast/forms/email-format-warning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698