| Index: third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
|
| index 64c7e4ae32140ba5a6a08712e9875b5de1b50fa8..4cffc3291de490db71471c63fd6c482a090c34ef 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
|
| @@ -32,12 +32,12 @@ tooLong:
|
| input tooLong: Please shorten this text to 3 characters or less (you are currently using 5 characters).
|
| input tooLong: Please shorten this text to 2 characters or less (you are currently using 3 characters).
|
| input tooLong: Please shorten this text to ٢ characters or less (you are currently using ٣ characters).
|
| -textarea tooLong: Please shorten this text to 3 characters or less (you are currently using 5 characters).
|
| +textarea tooLong: Please shorten this text to 3 characters or less (you are currently using 4 characters).
|
| tooShort:
|
| input tooShort: Please lengthen this text to 3 characters or more (you are currently using 1 characters).
|
| input tooShort: Please lengthen this text to 4 characters or more (you are currently using 3 characters).
|
| input tooShort: Please lengthen this text to ٤ characters or more (you are currently using ٣ characters).
|
| -textarea tooShort: Please lengthen this text to 4 characters or more (you are currently using 3 characters).
|
| +textarea tooShort: Please lengthen this text to 4 characters or more (you are currently using 2 characters).
|
| PASS but.validationMessage is ''
|
| PASS anoninput.validationMessage is ''
|
| PASS happyFieldset.validationMessage is ''
|
|
|