summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt
blob: c408d100fb7a4f6006b0ba365cc90e1faad3f033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Test Date/Time input field dispatches focusin event when pressed tab

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.activeElement.id is "text"
PASS dispatchedFocusInEvent is 1
PASS dispatchedDOMFocusInEvent is 1
Move to date field, should generate foucsin event
PASS document.activeElement.id is "date"
PASS dispatchedFocusInEvent is 2
PASS dispatchedDOMFocusInEvent is 2
Move to time field, should generate foucsin event
PASS document.activeElement.id is "time"
PASS dispatchedFocusInEvent is 3
PASS dispatchedDOMFocusInEvent is 3
PASS successfullyParsed is true

TEST COMPLETE