1 Make sure that moving focus on an inactive frame fires blur event on existing element focus.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
9 PASS A focus event was dispatched on frame1 input element.
10 ===> Making a first frame with a focused element inactive by focus() for second frame.
11 PASS A blur event was dispatched on frame1 input element.
12 PASS frame1.contentDocument.activeElement is input
13 ===> Making the first frame active again by focus() for first frame.
14 PASS A focus event was dispatched on frame1 input element.
15 PASS frame1.contentDocument.activeElement is input