| OLD | NEW |
| 1 CONSOLE ERROR: line 104: Uncaught ReferenceError: log is not defined | 1 CONSOLE ERROR: line 104: Uncaught ReferenceError: log is not defined |
| 2 This tests that pressing Tab key should traverse into iframe and shadow tree, an
d pressing Shift-Tab should reverse the order. | 2 This tests that pressing Tab key should traverse into iframe and shadow tree, an
d pressing Shift-Tab should reverse the order. |
| 3 | 3 |
| 4 Should move from input-01 to input-13 in forward | 4 Should move from input-01 to input-13 in forward |
| 5 PASS | 5 PASS |
| 6 Should move from input-13 to input-15 in forward | 6 Should move from input-13 to input-15 in forward |
| 7 PASS | 7 PASS |
| 8 Should move from input-15 to input-02 in forward | 8 Should move from input-15 to input-02 in forward |
| 9 PASS | 9 PASS |
| 10 Should move from input-02 to host-01/input-03 in forward | 10 Should move from input-02 to host-01/input-03 in forward |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 Should move from input-04 to host-01/input-03 in backward | 46 Should move from input-04 to host-01/input-03 in backward |
| 47 PASS | 47 PASS |
| 48 Should move from host-01/input-03 to input-02 in backward | 48 Should move from host-01/input-03 to input-02 in backward |
| 49 PASS | 49 PASS |
| 50 Should move from input-02 to input-15 in backward | 50 Should move from input-02 to input-15 in backward |
| 51 PASS | 51 PASS |
| 52 Should move from input-15 to input-13 in backward | 52 Should move from input-15 to input-13 in backward |
| 53 PASS | 53 PASS |
| 54 Should move from input-13 to input-01 in backward | 54 Should move from input-13 to input-01 in backward |
| 55 PASS | 55 PASS |
| 56 FAIL successfullyParsed should be true (of type boolean). Was undefined (of type
undefined). |
| 57 |
| 58 TEST COMPLETE |
| 56 | 59 |
| 57 | 60 |
| OLD | NEW |