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

Unified Diff: LayoutTests/fast/forms/pattern-attribute-invalid-regex-expected.txt

Issue 13896017: Switch RegularExpression from YARR to V8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review from adamk and abarth Created 7 years, 8 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: LayoutTests/fast/forms/pattern-attribute-invalid-regex-expected.txt
diff --git a/LayoutTests/fast/forms/ValidityState-patternMismatch-unsupported-expected.txt b/LayoutTests/fast/forms/pattern-attribute-invalid-regex-expected.txt
similarity index 61%
copy from LayoutTests/fast/forms/ValidityState-patternMismatch-unsupported-expected.txt
copy to LayoutTests/fast/forms/pattern-attribute-invalid-regex-expected.txt
index 2b41aaa3410ecb1c9b5d5a2106caad0ca18590e4..143886f887a741edb07e439d2a65bc65c8f4e263 100644
--- a/LayoutTests/fast/forms/ValidityState-patternMismatch-unsupported-expected.txt
+++ b/LayoutTests/fast/forms/pattern-attribute-invalid-regex-expected.txt
@@ -1,10 +1,9 @@
-Check if the pattern constraint is not applied to some input types.
+Check if the pattern constraint is ignored when the regex is invalid.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.validity.patternMismatch is false
-PASS input.validity.patternMismatch is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698