OLD | NEW |
1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts | 1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts |
2 | 2 |
3 Testing shadow host with possible combinations of mode, tabindex and delegatesFo
cus | 3 Testing shadow host with possible combinations of mode, tabindex and delegatesFo
cus |
4 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false | 4 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false |
5 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false | 5 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false |
6 PASS hostDiv.tabIndex is -1 | 6 PASS hostDiv.tabIndex is -1 |
7 Should move from input-before to host-div/inner-input in forward | 7 Should move from input-before to host-div/inner-input in forward |
8 PASS | 8 PASS |
9 Should move from host-div/inner-input to input-after in forward | 9 Should move from host-div/inner-input to input-after in forward |
10 PASS | 10 PASS |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 Should move from host-div/inner-input to input-after in backward | 184 Should move from host-div/inner-input to input-after in backward |
185 PASS | 185 PASS |
186 Should move from input-after to input-before in backward | 186 Should move from input-after to input-before in backward |
187 PASS | 187 PASS |
188 Test finished. | 188 Test finished. |
189 PASS successfullyParsed is true | 189 PASS successfullyParsed is true |
190 | 190 |
191 TEST COMPLETE | 191 TEST COMPLETE |
192 | 192 |
193 | 193 |
OLD | NEW |