| 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
|
|
|