1 Test Date/Time input field dispatches focusin event when pressed tab
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.activeElement.id is "text"
7 PASS dispatchedFocusInEvent is 1
8 PASS dispatchedDOMFocusInEvent is 1
9 Move to date field, should generate foucsin event
10 PASS document.activeElement.id is "date"
11 PASS dispatchedFocusInEvent is 2
12 PASS dispatchedDOMFocusInEvent is 2
13 Move to time field, should generate foucsin event
14 PASS document.activeElement.id is "time"
15 PASS dispatchedFocusInEvent is 3
16 PASS dispatchedDOMFocusInEvent is 3
17 PASS successfullyParsed is true