OLD | NEW |
1 Tests inert node focusing across frames and iframes. | 1 Tests inert node focusing across frames and iframes. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 Opening a modal dialog in frame1. It blocks other nodes in its document. | 9 Opening a modal dialog in frame1. It blocks other nodes in its document. |
7 PASS "frame1-input"; focusedElement === theElement is false | 10 PASS "frame1-input"; focusedElement === theElement is false |
8 PASS "iframe-input"; focusedElement === theElement is false | 11 PASS "iframe-input"; focusedElement === theElement is false |
9 Even a modal dialog in the iframe is blocked by the modal dialog in the parent f
rame1. | 12 Even a modal dialog in the iframe is blocked by the modal dialog in the parent f
rame1. |
10 PASS "iframe-dialog-button"; focusedElement === theElement is false | 13 PASS "iframe-dialog-button"; focusedElement === theElement is false |
11 A modal dialog does not block nodes in a sibling frame. | 14 A modal dialog does not block nodes in a sibling frame. |
12 PASS "frame2-div"; focusedElement === theElement is true | 15 PASS "frame2-div"; focusedElement === theElement is true |
13 Closing the dialog in frame1. The modal dialog in the iframe does not block node
s in its parent. | 16 Closing the dialog in frame1. The modal dialog in the iframe does not block node
s in its parent. |
14 PASS "iframe-input"; focusedElement === theElement is false | 17 PASS "iframe-input"; focusedElement === theElement is false |
15 PASS "frame1-input"; focusedElement === theElement is true | 18 PASS "frame1-input"; focusedElement === theElement is true |
16 PASS successfullyParsed is true | |
17 | 19 |
18 TEST COMPLETE | |
19 | |
OLD | NEW |