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