blob: e1885afb0b70ddabb750bb45e10e02ed9d0b78f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Multiple fields UI of date input type with mouse events
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Please run this with DRT or WTR.
Test following mouse actions:
Mouse click to focus each of sub-fields
Mouse click on the spin button to update each of sub-fields
PASS successfullyParsed is true
TEST COMPLETE
==> Focus on the week field.
PASS input.value is "2345-W08"
PASS input.value is "2345-W09"
PASS input.value is "2345-W08"
PASS window.getSelection().rangeCount is 0
==> Focus on the year field.
PASS input.value is "2346-W08"
PASS input.value is "2347-W08"
PASS input.value is "2346-W08"
PASS window.getSelection().rangeCount is 0
==> Click on a disabled field.
PASS input.value is "2346-W08"
==> Click on a read-only field.
PASS input.value is "2346-W08"
==> Click on clear button.
PASS input.value is "2346-W08"
PASS input.value is "2346-W08"
PASS input.value is ""
|