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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html

Issue 2366803002: Fix pattern attribute handling for invalid regular expressions. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html
index 173732856654f5820f98b649ed3163404c63fe96..1fe88b65ac4ee4ac9821366464333b1bffd583db 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch.html
@@ -153,6 +153,8 @@ shouldBeFalse('patternMismatchFor("invalid-06")');
shouldBeFalse('patternMismatchFor("disabled")');
shouldBeFalse('patternMismatchFor("unicode-invalid-01")');
+// Intentionally check twice. crbug.com/639324.
+shouldBeFalse('patternMismatchFor("unicode-invalid-02")');
shouldBeFalse('patternMismatchFor("unicode-invalid-02")');
shouldBeFalse('patternMismatchFor("unicode-match-01")');
shouldBeFalse('patternMismatchFor("unicode-match-02")');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698