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 A to host in forward | 3 Should move from A to host in forward |
4 PASS | 4 PASS |
5 Should move from host to host///younger-A in forward | 5 Should move from host to host///younger-A in forward |
6 PASS | 6 PASS |
7 Should move from host///younger-A to host//older-A in forward | 7 Should move from host///younger-A to host//older-A in forward |
8 PASS | 8 PASS |
9 Should move from host//older-A to host//older-B in forward | 9 Should move from host//older-A to host//older-B in forward |
10 PASS | 10 PASS |
11 Should move from host//older-B to host///younger-B in forward | 11 Should move from host//older-B to host///younger-B in forward |
12 PASS | 12 PASS |
13 Should move from host///younger-B to B in forward | 13 Should move from host///younger-B to B in forward |
14 Expected innermost activeElement is B, but actual innermost activeElement is #li
ght-child-B | 14 Expected innermost activeElement is B, but actual innermost activeElement is #li
ght-child-B |
15 FAIL | 15 FAIL |
16 Should move from B to host///younger-B in backward | 16 Should move from B to host///younger-B in backward |
17 Expected innermost activeElement is host///younger-B, but actual innermost activ
eElement is #light-child-B | 17 Expected innermost activeElement is host///younger-B, but actual innermost activ
eElement is #light-child-B |
18 FAIL | 18 FAIL |
19 Should move from host///younger-B to host//older-B in backward | 19 Should move from host///younger-B to host//older-B in backward |
20 PASS | 20 PASS |
21 Should move from host//older-B to host//older-A in backward | 21 Should move from host//older-B to host//older-A in backward |
22 PASS | 22 PASS |
23 Should move from host//older-A to host///younger-A in backward | 23 Should move from host//older-A to host///younger-A in backward |
24 PASS | 24 PASS |
25 Should move from host///younger-A to host in backward | 25 Should move from host///younger-A to host in backward |
26 PASS | 26 PASS |
27 Should move from host to A in backward | 27 Should move from host to A in backward |
28 PASS | 28 PASS |
29 Test finished. | 29 Test finished. |
| 30 PASS successfullyParsed is true |
| 31 |
| 32 TEST COMPLETE |
30 | 33 |
31 | 34 |
32 | 35 |
OLD | NEW |