blob: 10ae9c7ab5a0b3d77a1931f6376d2d9bce2622aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Test for wheel operations for <input type=week>
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Initial value is 1999-W01. We'll wheel up by 1:
PASS input.value is "1999-W02"
Wheel up by 100:
PASS input.value is "1999-W03"
Wheel down by 1:
PASS input.value is "1999-W02"
Wheel down by 256:
PASS input.value is "1999-W01"
Disabled input element:
PASS input.value is "1999-W01"
Read-only input element:
PASS input.value is "1999-W01"
No focus:
PASS input.value is "1999-W01"
PASS successfullyParsed is true
TEST COMPLETE
|