blob: 2582f3168b38c3f013a61d4d2a1e4e209f02a50e [file] [log] [blame]
Test if change event fires when the user selects the default value after the value was changed by JS.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.value is "02:01:01"
PASS eventsCounter.input is undefined.
PASS eventsCounter.change is undefined.
==> "input" event was dispatched.
==> "change" event was dispatched.
PASS input.value is "01:01:01"
PASS eventsCounter.input is 1
PASS eventsCounter.change is 1
PASS successfullyParsed is true
TEST COMPLETE