| 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 tabindex and delegatesFocus | 3 Testing shadow host with possible combinations of tabindex and delegatesFocus |
| 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 hostDiv.shadowRoot.delegatesFocus is false | 5 PASS hostDiv.shadowRoot.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 PASS | 56 PASS |
| 57 Should move from host-div/inner-input to input-after in forward | 57 Should move from host-div/inner-input to input-after in forward |
| 58 PASS | 58 PASS |
| 59 Should move from input-after to host-div/inner-input in backward | 59 Should move from input-after to host-div/inner-input in backward |
| 60 PASS | 60 PASS |
| 61 Should move from host-div/inner-input to input-before in backward | 61 Should move from host-div/inner-input to input-before in backward |
| 62 PASS | 62 PASS |
| 63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true | 63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true |
| 64 PASS hostDiv.shadowRoot.delegatesFocus is true | 64 PASS hostDiv.shadowRoot.delegatesFocus is true |
| 65 PASS hostDiv.getAttribute("tabindex") is "-1" | 65 PASS hostDiv.getAttribute("tabindex") is "-1" |
| 66 Should move from input-before to host-div/inner-input in forward | 66 Should move from input-before to input-after in forward |
| 67 PASS | 67 PASS |
| 68 Should move from host-div/inner-input to input-after in forward | 68 Should move from input-after to input-before in backward |
| 69 PASS | |
| 70 Should move from input-after to host-div/inner-input in backward | |
| 71 PASS | |
| 72 Should move from host-div/inner-input to input-before in backward | |
| 73 PASS | 69 PASS |
| 74 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false | 70 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false |
| 75 PASS hostDiv.shadowRoot.delegatesFocus is false | 71 PASS hostDiv.shadowRoot.delegatesFocus is false |
| 76 PASS hostDiv.getAttribute("tabindex") is "1" | 72 PASS hostDiv.getAttribute("tabindex") is "1" |
| 77 Should move from input-before to input-after in forward | 73 Should move from input-before to input-after in forward |
| 78 PASS | 74 PASS |
| 79 Should move from input-after to host-div in forward | 75 Should move from input-after to host-div in forward |
| 80 PASS | 76 PASS |
| 81 Should move from host-div to host-div/inner-input in forward | 77 Should move from host-div to host-div/inner-input in forward |
| 82 PASS | 78 PASS |
| (...skipping 13 matching lines...) Expand all Loading... |
| 96 Should move from host-div/inner-input to input-after in backward | 92 Should move from host-div/inner-input to input-after in backward |
| 97 PASS | 93 PASS |
| 98 Should move from input-after to input-before in backward | 94 Should move from input-after to input-before in backward |
| 99 PASS | 95 PASS |
| 100 Test finished. | 96 Test finished. |
| 101 PASS successfullyParsed is true | 97 PASS successfullyParsed is true |
| 102 | 98 |
| 103 TEST COMPLETE | 99 TEST COMPLETE |
| 104 | 100 |
| 105 | 101 |
| OLD | NEW |