Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / related-target-focusevent-expected.txt
blob874e79bc087c0c1a91101f018ccf793a2acc8709
1 PASS event.relatedTarget is null
2 PASS event.relatedTarget is null
3 PASS event.relatedTarget is input2
4 PASS event.relatedTarget is input2
5 PASS event.relatedTarget is input1
6 PASS event.relatedTarget is input1
7 PASS event.relatedTarget is input3
8 PASS event.relatedTarget is input3
9 PASS successfullyParsed is true
11 TEST COMPLETE
12 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.
14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
17