Check focus handler not dispatch blur event

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

call focus()
Entering focus event handler
Existing focus event handler
focus() finished


Entering blur event handler
Existing blur event handler
PASS successfullyParsed is true

TEST COMPLETE