OLD | NEW |
| (Empty) |
1 Click inside focusable shadow host should focus the host. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 click on inner div should focus shadow host | |
7 PASS innermost active element is shadowHost | |
8 PASS innermost active element is shadowHost/inputA | |
9 PASS innermost active element is shadowHost | |
10 PASS innermost active element is shadowHost | |
11 click on inner div should focus inner focusable (with delegatesFocus = true) | |
12 PASS innermost active element is shadowHost/inputA | |
13 PASS inputA.selectionStart is 0 | |
14 PASS inputA.selectionEnd is 9 | |
15 PASS innermost active element is shadowHost/inputA | |
16 PASS inputA.selectionStart is 0 | |
17 PASS inputA.selectionEnd is 9 | |
18 PASS innermost active element is shadowHost/inputA | |
19 PASS innermost active element is shadowHost/inputA | |
20 PASS inputA.selectionStart is 1 | |
21 PASS inputA.selectionEnd is 1 | |
22 PASS innermost active element is shadowHost/inputB | |
23 PASS innermost active element is shadowHost/inputB | |
24 PASS inputB.selectionStart is 1 | |
25 PASS inputB.selectionEnd is 1 | |
26 PASS successfullyParsed is true | |
27 | |
28 TEST COMPLETE | |
29 | |
30 | |
OLD | NEW |