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

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

Issue 2037553002: INPUT pattern attribute: Enable "unicode" flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment about |mutable|, remove unnecessary #include Created 4 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
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 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 ') '
4 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
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
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
8 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
2 This test checks validity.patternMismatch. 10 This test checks validity.patternMismatch.
3 11
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 13
6 14
7 PASS patternMismatchFor("simple") is false 15 PASS patternMismatchFor("simple") is false
8 PASS patternMismatchFor("no-pattern-and-no-value") is false 16 PASS patternMismatchFor("no-pattern-and-no-value") is false
9 PASS patternMismatchFor("ip-address") is false 17 PASS patternMismatchFor("ip-address") is false
10 PASS patternMismatchFor("email-address") is false 18 PASS patternMismatchFor("email-address") is false
11 PASS patternMismatchFor("wrong-email-address") is true 19 PASS patternMismatchFor("wrong-email-address") is true
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 PASS patternMismatchFor("mismatch-21") is true 64 PASS patternMismatchFor("mismatch-21") is true
57 PASS patternMismatchFor("empty-pattern-match") is false 65 PASS patternMismatchFor("empty-pattern-match") is false
58 PASS patternMismatchFor("empty-pattern-mismatch") is true 66 PASS patternMismatchFor("empty-pattern-mismatch") is true
59 PASS patternMismatchFor("invalid-01") is false 67 PASS patternMismatchFor("invalid-01") is false
60 PASS patternMismatchFor("invalid-02") is false 68 PASS patternMismatchFor("invalid-02") is false
61 PASS patternMismatchFor("invalid-03") is false 69 PASS patternMismatchFor("invalid-03") is false
62 PASS patternMismatchFor("invalid-04") is false 70 PASS patternMismatchFor("invalid-04") is false
63 PASS patternMismatchFor("invalid-05") is false 71 PASS patternMismatchFor("invalid-05") is false
64 PASS patternMismatchFor("invalid-06") is false 72 PASS patternMismatchFor("invalid-06") is false
65 PASS patternMismatchFor("disabled") is false 73 PASS patternMismatchFor("disabled") is false
74 PASS patternMismatchFor("unicode-invalid-01") is false
75 PASS patternMismatchFor("unicode-invalid-02") is false
76 PASS patternMismatchFor("unicode-match-01") is false
77 PASS patternMismatchFor("unicode-match-02") is false
78 PASS patternMismatchFor("unicode-match-03") is false
79 PASS patternMismatchFor("unicode-match-04") is false
80 PASS patternMismatchFor("unicode-mismatch-01") is true
66 PASS successfullyParsed is true 81 PASS successfullyParsed is true
67 82
68 TEST COMPLETE 83 TEST COMPLETE
69 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698