Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-spinbutton-changeevent-trigger-expected.txt
blob079b7feffa4011d6f9bd7ed7617ec6308029ee5e
1 Should not trigger any event
2 PASS inputEventCounter is 0
3 PASS changeEventCounter is 0
4 Input event is triggered but no change event is triggered on mouse down
5 PASS inputEventCounter is 1
6 PASS changeEventCounter is 0
7 PASS numberInput1.value is "1"
8 Change events occurs on mouse up
9 PASS inputEventCounter is 1
10 PASS changeEventCounter is 1
11 PASS numberInput1.value is "1"
12 Pressed more than once, still events are triggered
13 PASS inputEventCounter is 2
14 PASS changeEventCounter is 2
15 PASS numberInput1.value is "2"
16 When moving away from field, it should not trigger event, only on value change
17 PASS inputEventCounter is 2
18 PASS changeEventCounter is 2
19 PASS numberInput1.value is "2"
20 PASS successfullyParsed is true
22 TEST COMPLETE