| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS [INPUT in DATE status] The step attribute is not set | |
| 3 PASS [INPUT in DATE status] The value attibute is empty string | |
| 4 FAIL [INPUT in DATE status] The value must match the step assert_false: The vali
dity.stepMismatch should be false. expected false got true | |
| 5 PASS [INPUT in DATE status] The value must mismatch the step | |
| 6 PASS [INPUT in MONTH status] The step attribute is not set | |
| 7 PASS [INPUT in MONTH status] The value attibute is empty string | |
| 8 PASS [INPUT in MONTH status] The value must match the step | |
| 9 PASS [INPUT in MONTH status] The value must mismatch the step | |
| 10 PASS [INPUT in WEEK status] The step attribute is not set | |
| 11 PASS [INPUT in WEEK status] The value attibute is empty string | |
| 12 FAIL [INPUT in WEEK status] The value must match the step assert_false: The vali
dity.stepMismatch should be false. expected false got true | |
| 13 PASS [INPUT in WEEK status] The value must mismatch the step | |
| 14 PASS [INPUT in TIME status] The step attribute is not set | |
| 15 PASS [INPUT in TIME status] The value attibute is empty string | |
| 16 FAIL [INPUT in TIME status] The value must match the step assert_false: The vali
dity.stepMismatch should be false. expected false got true | |
| 17 PASS [INPUT in TIME status] The value must mismatch the step | |
| 18 PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set | |
| 19 PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string | |
| 20 FAIL [INPUT in DATETIME-LOCAL status] The value must match the step assert_false
: The validity.stepMismatch should be false. expected false got true | |
| 21 PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step | |
| 22 PASS [INPUT in NUMBER status] The step attribute is not set | |
| 23 PASS [INPUT in NUMBER status] The value attibute is empty string | |
| 24 PASS [INPUT in NUMBER status] The value must match the step | |
| 25 PASS [INPUT in NUMBER status] The value must mismatch the step | |
| 26 Harness: the test ran to completion. | |
| 27 | |
| OLD | NEW |