Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / calendar-picker / month-picker-choose-default-value-after-set-value-expected.txt
blobf82db8d6455354450daf9f2f437f8b19aa8825c2
1 Test if change event fires when the user selects the default value after the value was changed by JS.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.value is "2000-02"
7 PASS eventsCounter.input is undefined.
8 PASS eventsCounter.change is undefined.
9 ==> "input" event was dispatched.
10 ==> "change" event was dispatched.
11 PASS input.value is "2000-01"
12 PASS eventsCounter.input is 1
13 PASS eventsCounter.change is 1
14 PASS successfullyParsed is true
16 TEST COMPLETE