blob: ab1ace2adf29736437896b9712966dc2d2590d98 [file] [log] [blame]
PASS event.relatedTarget is null
PASS event.relatedTarget is null
PASS event.relatedTarget is input2
PASS event.relatedTarget is input2
PASS event.relatedTarget is input1
PASS event.relatedTarget is input1
PASS event.relatedTarget is input3
PASS event.relatedTarget is input3
PASS successfullyParsed is true
TEST COMPLETE
Checks that the relatedTarget attribute for FocusEvent objects is being set correctly when focusin/focusout events are dispatched. Press tab four times to dispatch a focusin and focusout event for each of the inputs below.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".