| 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")');
|
|
|