blob: b76c95b73c60bc4b18a58321c0b45753d73251c5 [file] [log] [blame]
Check blur and focus events for multiple fields month input UI
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
focus() and blur()
PASS testInput.focus(); state() is "blur=0 focus=1"
PASS testInput.blur(); state() is "blur=1 focus=1"
focus and Tab key to blur
PASS keyDown(" "); state() is "blur=0 focus=1"
PASS keyDown(" "); state() is "blur=0 focus=1"
PASS keyDown(" "); state() is "blur=1 focus=1"
PASS successfullyParsed is true
TEST COMPLETE