| OLD | NEW |
| 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54,
around October 2016. See https://www.chromestatus.com/features/5716060992962560
for more details. |
| 1 Test for validationMessage DOM property. | 2 Test for validationMessage DOM property. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 input patternMismatch: Please match the requested format. | 7 input patternMismatch: Please match the requested format. |
| 7 input valueMissing: Please fill out this field. | 8 input valueMissing: Please fill out this field. |
| 8 textarea valueMissing: Please fill out this field. | 9 textarea valueMissing: Please fill out this field. |
| 9 select valueMissing: Please select an item in the list. | 10 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 '@'. | 11 input typeMismatch for incorrectValue: Please include an '@' in the email addres
s. 'incorrectValue' is missing an '@'. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 PASS anoninput.validationMessage is '' | 42 PASS anoninput.validationMessage is '' |
| 42 PASS happyFieldset.validationMessage is '' | 43 PASS happyFieldset.validationMessage is '' |
| 43 PASS happySelect.validationMessage is '' | 44 PASS happySelect.validationMessage is '' |
| 44 PASS happyOutput.validationMessage is '' | 45 PASS happyOutput.validationMessage is '' |
| 45 PASS happyObject.validationMessage is '' | 46 PASS happyObject.validationMessage is '' |
| 46 PASS happyKeygen.validationMessage is '' | 47 PASS happyKeygen.validationMessage is '' |
| 47 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 48 | 49 |
| 49 TEST COMPLETE | 50 TEST COMPLETE |
| 50 | 51 |
| OLD | NEW |