| OLD | NEW |
| 1 CONSOLE WARNING: The specified value '2' does not conform to the required format
. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers. | 1 CONSOLE WARNING: The specified value "2" does not conform to the required format
. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers. |
| 2 Check stepMismatch results for unsupported types. | 2 Check stepMismatch results for unsupported types. |
| 3 | 3 |
| 4 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
". |
| 5 | 5 |
| 6 | 6 |
| 7 Unsupported types | 7 Unsupported types |
| 8 PASS input.type = "text"; input.step = "3"; input.min = ""; input.value = "2"; i
nput.validity.stepMismatch is false | 8 PASS input.type = "text"; input.step = "3"; input.min = ""; input.value = "2"; i
nput.validity.stepMismatch is false |
| 9 PASS input.type = "button"; input.validity.stepMismatch is false | 9 PASS input.type = "button"; input.validity.stepMismatch is false |
| 10 PASS input.type = "checkbox"; input.validity.stepMismatch is false | 10 PASS input.type = "checkbox"; input.validity.stepMismatch is false |
| 11 PASS input.type = "color"; input.validity.stepMismatch is false | 11 PASS input.type = "color"; input.validity.stepMismatch is false |
| 12 PASS input.type = "email"; input.validity.stepMismatch is false | 12 PASS input.type = "email"; input.validity.stepMismatch is false |
| 13 PASS input.type = "hidden"; input.validity.stepMismatch is false | 13 PASS input.type = "hidden"; input.validity.stepMismatch is false |
| 14 PASS input.type = "image"; input.validity.stepMismatch is false | 14 PASS input.type = "image"; input.validity.stepMismatch is false |
| 15 PASS input.type = "khtml_isindex"; input.validity.stepMismatch is false | 15 PASS input.type = "khtml_isindex"; input.validity.stepMismatch is false |
| 16 PASS input.type = "passwd"; input.validity.stepMismatch is false | 16 PASS input.type = "passwd"; input.validity.stepMismatch is false |
| 17 PASS input.type = "radio"; input.validity.stepMismatch is false | 17 PASS input.type = "radio"; input.validity.stepMismatch is false |
| 18 PASS input.type = "reset"; input.validity.stepMismatch is false | 18 PASS input.type = "reset"; input.validity.stepMismatch is false |
| 19 PASS input.type = "search"; input.validity.stepMismatch is false | 19 PASS input.type = "search"; input.validity.stepMismatch is false |
| 20 PASS input.type = "submit"; input.validity.stepMismatch is false | 20 PASS input.type = "submit"; input.validity.stepMismatch is false |
| 21 PASS input.type = "tel"; input.validity.stepMismatch is false | 21 PASS input.type = "tel"; input.validity.stepMismatch is false |
| 22 PASS input.type = "url"; input.validity.stepMismatch is false | 22 PASS input.type = "url"; input.validity.stepMismatch is false |
| 23 PASS input.type = "file"; input.validity.stepMismatch is false | 23 PASS input.type = "file"; input.validity.stepMismatch is false |
| 24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 25 | 25 |
| 26 TEST COMPLETE | 26 TEST COMPLETE |
| 27 | 27 |
| OLD | NEW |