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 | 3 |
4 | 4 |
5 Should move from input-1 to shadowhost in forward | 5 Should move from input-1 to shadowhost in forward |
6 PASS | 6 PASS |
7 Should move from shadowhost to shadowhost/input-2 in forward | 7 Should move from shadowhost to shadowhost/input-2 in forward |
8 PASS | 8 PASS |
9 Should move from shadowhost/input-2 to distributed-node-2 in forward | 9 Should move from shadowhost/input-2 to distributed-node-2 in forward |
10 PASS | 10 PASS |
(...skipping 14 matching lines...) Expand all Loading... |
25 details/summary elements use Shadow DOM and distributed nodes internally. | 25 details/summary elements use Shadow DOM and distributed nodes internally. |
26 Should move from input-1 to summary-1 in forward | 26 Should move from input-1 to summary-1 in forward |
27 PASS | 27 PASS |
28 Should move from summary-1 to input-2 in forward | 28 Should move from summary-1 to input-2 in forward |
29 PASS | 29 PASS |
30 Should move from input-2 to summary-1 in backward | 30 Should move from input-2 to summary-1 in backward |
31 PASS | 31 PASS |
32 Should move from summary-1 to input-1 in backward | 32 Should move from summary-1 to input-1 in backward |
33 PASS | 33 PASS |
34 Test finished. | 34 Test finished. |
| 35 PASS successfullyParsed is true |
35 | 36 |
| 37 TEST COMPLETE |
| 38 |
OLD | NEW |