blob: 7ca8aa367f4275d80c7a7b5f5e79ff1317c57ac2 [file] [log] [blame]
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