| OLD | NEW |
| 1 CONSOLE WARNING: The specified value 'a' does not conform to the required format
, 'yyyy-MM-dd'. | 1 CONSOLE WARNING: The specified value "a" does not conform to the required format
, "yyyy-MM-dd". |
| 2 Date input with invalid initial value should not dispatch a change event on disa
bled=true, and should not crash. | 2 Date input with invalid initial value should not dispatch a change event on disa
bled=true, and should not crash. |
| 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 PASS changeEventCounter is 0 | 7 PASS changeEventCounter is 0 |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 | 11 |
| OLD | NEW |