OLD | NEW |
1 Test that inert nodes are not focusable. The test passses if only the topmost di
alog and its button are focusable. | 1 Test that inert nodes are not focusable. The test passses if only the button out
side of the inert container is focusable. |
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 "body"; focusedElement === theElement is false | 6 PASS "focusable"; focusedElement === theElement is true |
7 PASS "top-dialog"; focusedElement === theElement is true | |
8 PASS "top-dialog-button"; focusedElement === theElement is true | |
9 PASS "bottom-dialog"; focusedElement === theElement is false | |
10 PASS "bottom-dialog-button"; focusedElement === theElement is false | |
11 PASS "container"; focusedElement === theElement is false | 7 PASS "container"; focusedElement === theElement is false |
12 PASS "text"; focusedElement === theElement is false | 8 PASS "text"; focusedElement === theElement is false |
13 PASS "datetime"; focusedElement === theElement is false | 9 PASS "datetime"; focusedElement === theElement is false |
14 PASS "color"; focusedElement === theElement is false | 10 PASS "color"; focusedElement === theElement is false |
15 PASS "select"; focusedElement === theElement is false | 11 PASS "select"; focusedElement === theElement is false |
16 PASS "optgroup"; focusedElement === theElement is false | 12 PASS "optgroup"; focusedElement === theElement is false |
17 PASS "option"; focusedElement === theElement is false | 13 PASS "option"; focusedElement === theElement is false |
18 PASS "contenteditable-div"; focusedElement === theElement is false | 14 PASS "contenteditable-div"; focusedElement === theElement is false |
19 PASS "tabindex-span"; focusedElement === theElement is false | 15 PASS "tabindex-span"; focusedElement === theElement is false |
20 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
21 | 17 |
22 TEST COMPLETE | 18 TEST COMPLETE |
23 I get focusI don't get focus. | 19 Outside of inert container |
24 | 20 |
25 I'm editable | 21 I'm editable |
26 I'm tabindexed. | 22 I'm tabindexed. |
27 Link | 23 Link |
OLD | NEW |