Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / datetimelocal-multiple-fields / datetimelocal-multiple-fields-wheel-event-expected.txt
blobf710b1d2e70e34b469c5b5c161ad93a917200e71
1 Test for wheel operations for <input type=datetime-local>
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial value is 1999-01-13T00:00. We'll wheel up by 1:
7 PASS input.value is "1999-02-13T00:00"
8 Wheel up by 100:
9 PASS input.value is "1999-03-13T00:00"
10 Wheel down by 1:
11 PASS input.value is "1999-02-13T00:00"
12 Wheel down by 256:
13 PASS input.value is "1999-01-13T00:00"
14 Disabled input element:
15 PASS input.value is "1999-01-13T00:00"
16 Read-only input element:
17 PASS input.value is "1999-01-13T00:00"
18 No focus:
19 PASS input.value is "1999-01-13T00:00"
20 PASS successfullyParsed is true
22 TEST COMPLETE