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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt
index 2138b392116ddb5e4edbc479356d32574c7c4761..d95e4ed989bfae305330fbe96d23819e35fe7538 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt
@@ -1,4 +1,12 @@
CONSOLE WARNING: line 44: The specified value "something" is not a valid email address.
+CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')'
+CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')'
+CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')'
+CONSOLE ERROR: line 84: Pattern attribute value foo\ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /foo\/: \ at end of pattern
+CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated character class
+CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated character class
+CONSOLE ERROR: line 84: Pattern attribute value \@ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /\@/: Invalid escape
+CONSOLE ERROR: line 84: Pattern attribute value \p is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /\p/: Invalid escape
This test checks validity.patternMismatch.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -63,6 +71,13 @@ PASS patternMismatchFor("invalid-04") is false
PASS patternMismatchFor("invalid-05") is false
PASS patternMismatchFor("invalid-06") is false
PASS patternMismatchFor("disabled") is false
+PASS patternMismatchFor("unicode-invalid-01") is false
+PASS patternMismatchFor("unicode-invalid-02") is false
+PASS patternMismatchFor("unicode-match-01") is false
+PASS patternMismatchFor("unicode-match-02") is false
+PASS patternMismatchFor("unicode-match-03") is false
+PASS patternMismatchFor("unicode-match-04") is false
+PASS patternMismatchFor("unicode-mismatch-01") is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698