Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 10 matching lines...) Expand all Loading... | |
| 21 input typeMismatch for foo@example.com,: Please enter a non-empty email address. | 21 input typeMismatch for foo@example.com,: Please enter a non-empty email address. |
| 22 input typeMismatch for foo@example.com,bar@..example.com: '.' is used at a wrong position in '..example.com'. | 22 input typeMismatch for foo@example.com,bar@..example.com: '.' is used at a wrong position in '..example.com'. |
| 23 input badInput: Please enter a number. | 23 input badInput: Please enter a number. |
| 24 badInput and valueMissing: | 24 badInput and valueMissing: |
| 25 PASS numberInput.validationMessage is nonRequiredBadInputMessage | 25 PASS numberInput.validationMessage is nonRequiredBadInputMessage |
| 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: |
|
tkent
2014/06/01 23:40:55
This looks wrong.
harpreet.sk
2014/07/02 10:13:05
It is not wrong because for the given case caret w
| |
| 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 5 characters). | 34 textarea tooLong: Please shorten this text to 3 characters or less (you are curr ently using 5 characters). |
| 35 PASS but.validationMessage is '' | 35 PASS but.validationMessage is '' |
| 36 PASS anoninput.validationMessage is '' | 36 PASS anoninput.validationMessage is '' |
| 37 PASS happyFieldset.validationMessage is '' | 37 PASS happyFieldset.validationMessage is '' |
| 38 PASS happySelect.validationMessage is '' | 38 PASS happySelect.validationMessage is '' |
| 39 PASS happyOutput.validationMessage is '' | 39 PASS happyOutput.validationMessage is '' |
| 40 PASS happyObject.validationMessage is '' | 40 PASS happyObject.validationMessage is '' |
| 41 PASS happyKeygen.validationMessage is '' | 41 PASS happyKeygen.validationMessage is '' |
| 42 PASS successfullyParsed is true | 42 PASS successfullyParsed is true |
| 43 | 43 |
| 44 TEST COMPLETE | 44 TEST COMPLETE |
| 45 | 45 |
| OLD | NEW |