OLD | NEW |
1 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p
ressing Shift-Tab should reverse the order. | 1 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p
ressing Shift-Tab should reverse the order. |
2 | 2 |
3 Should move from input-A-1 to input-B-1 in forward | 3 Should move from input-A-1 to input-B-1 in forward |
4 PASS | 4 PASS |
5 Should move from input-B-1 to input-C-1 in forward | 5 Should move from input-B-1 to input-C-1 in forward |
6 PASS | 6 PASS |
7 Should move from input-C-1 to host-B in forward | 7 Should move from input-C-1 to host-B in forward |
8 PASS | 8 PASS |
9 Should move from host-B to host-B//younger-input-A-1 in forward | 9 Should move from host-B to host-B//younger-input-A-1 in forward |
10 PASS | 10 PASS |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 PASS | 98 PASS |
99 Should move from host-B//younger-input-A-1 to host-B in backward | 99 Should move from host-B//younger-input-A-1 to host-B in backward |
100 PASS | 100 PASS |
101 Should move from host-B to input-C-1 in backward | 101 Should move from host-B to input-C-1 in backward |
102 PASS | 102 PASS |
103 Should move from input-C-1 to input-B-1 in backward | 103 Should move from input-C-1 to input-B-1 in backward |
104 PASS | 104 PASS |
105 Should move from input-B-1 to input-A-1 in backward | 105 Should move from input-B-1 to input-A-1 in backward |
106 PASS | 106 PASS |
107 Test finished. | 107 Test finished. |
| 108 PASS successfullyParsed is true |
| 109 |
| 110 TEST COMPLETE |
108 | 111 |
109 | 112 |
110 | 113 |
111 | 114 |
112 | 115 |
113 | 116 |
OLD | NEW |