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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt

Issue 2737263002: Fixed "characters" typo in message validation when input length is 1 (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 Test for validationMessage DOM property. 1 Test for validationMessage DOM property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 input patternMismatch: Please match the requested format. 6 input patternMismatch: Please match the requested format.
7 input valueMissing: Please fill out this field. 7 input valueMissing: Please fill out this field.
8 textarea valueMissing: Please fill out this field. 8 textarea valueMissing: Please fill out this field.
9 select valueMissing: Please select an item in the list. 9 select valueMissing: Please select an item in the list.
10 input typeMismatch for incorrectValue: Please include an '@' in the email addres s. 'incorrectValue' is missing an '@'. 10 input typeMismatch for incorrectValue: Please include an '@' in the email addres s. 'incorrectValue' is missing an '@'.
(...skipping 15 matching lines...) Expand all
26 stepMismatch: 26 stepMismatch:
27 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2. 27 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2.
28 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2. 28 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2.
29 input stepMismatch: Please enter a valid value. The nearest valid value is 10. 29 input stepMismatch: Please enter a valid value. The nearest valid value is 10.
30 tooLong: 30 tooLong:
31 input tooLong: Please shorten this text to 3 characters or less (you are current ly using 5 characters). 31 input tooLong: Please shorten this text to 3 characters or less (you are current ly using 5 characters).
32 input tooLong: Please shorten this text to 2 characters or less (you are current ly using 3 characters). 32 input tooLong: Please shorten this text to 2 characters or less (you are current ly using 3 characters).
33 input tooLong: Please shorten this text to ٢ characters or less (you are current ly using ٣ characters). 33 input tooLong: Please shorten this text to ٢ characters or less (you are current ly using ٣ characters).
34 textarea tooLong: Please shorten this text to 3 characters or less (you are curr ently using 4 characters). 34 textarea tooLong: Please shorten this text to 3 characters or less (you are curr ently using 4 characters).
35 tooShort: 35 tooShort:
36 input tooShort: Please lengthen this text to 3 characters or more (you are curre ntly using 1 characters). 36 input tooShort: Please lengthen this text to 3 characters or more (you are curre ntly using 1 character).
37 input tooShort: Please lengthen this text to 4 characters or more (you are curre ntly using 3 characters). 37 input tooShort: Please lengthen this text to 4 characters or more (you are curre ntly using 3 characters).
38 input tooShort: Please lengthen this text to ٤ characters or more (you are curre ntly using ٣ characters). 38 input tooShort: Please lengthen this text to ٤ characters or more (you are curre ntly using ٣ characters).
39 textarea tooShort: Please lengthen this text to 4 characters or more (you are cu rrently using 2 characters). 39 textarea tooShort: Please lengthen this text to 4 characters or more (you are cu rrently using 2 characters).
40 PASS but.validationMessage is '' 40 PASS but.validationMessage is ''
41 PASS anoninput.validationMessage is '' 41 PASS anoninput.validationMessage is ''
42 PASS happyFieldset.validationMessage is '' 42 PASS happyFieldset.validationMessage is ''
43 PASS happySelect.validationMessage is '' 43 PASS happySelect.validationMessage is ''
44 PASS happyOutput.validationMessage is '' 44 PASS happyOutput.validationMessage is ''
45 PASS happyObject.validationMessage is '' 45 PASS happyObject.validationMessage is ''
46 PASS successfullyParsed is true 46 PASS successfullyParsed is true
47 47
48 TEST COMPLETE 48 TEST COMPLETE
49 49
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698