OLD | NEW |
(Empty) | |
| 1 Make sure that moving focus on an inactive frame fires blur event on existing el
ement focus. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
| 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 |
| 16 |
OLD | NEW |