| OLD | NEW |
| 1 This tests TAB focus navigation with tabStop property on focusable elements | 1 This tests TAB focus navigation with tabStop property on focusable elements |
| 2 | 2 |
| 3 Testing tab focus navigation order on focusable nodes | 3 Testing tab focus navigation order on focusable nodes |
| 4 Normal tab order without tabStop | 4 Normal tab order without tabStop |
| 5 Should move from input-before to button-focusable in forward | 5 Should move from input-before to button-focusable in forward |
| 6 PASS | 6 PASS |
| 7 Should move from button-focusable to input-focusable in forward | 7 Should move from button-focusable to input-focusable in forward |
| 8 PASS | 8 PASS |
| 9 Should move from input-focusable to input-after in forward | 9 Should move from input-focusable to input-after in forward |
| 10 PASS | 10 PASS |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 Testing tabStop property on button with tabStop = false | 37 Testing tabStop property on button with tabStop = false |
| 38 Should move from button-before to button-host/button-inner in forward | 38 Should move from button-before to button-host/button-inner in forward |
| 39 PASS | 39 PASS |
| 40 Should move from button-host/button-inner to button-after in forward | 40 Should move from button-host/button-inner to button-after in forward |
| 41 PASS | 41 PASS |
| 42 Should move from button-after to button-host/button-inner in backward | 42 Should move from button-after to button-host/button-inner in backward |
| 43 PASS | 43 PASS |
| 44 Should move from button-host/button-inner to button-before in backward | 44 Should move from button-host/button-inner to button-before in backward |
| 45 PASS | 45 PASS |
| 46 Testing tabStop property on anchor without href | 46 Testing tabStop property on anchor without href |
| 47 PASS anchor_host.tabStop is false | 47 PASS anchor_host.tabStop is true |
| 48 Should move from anchor-before to anchor-host/anchor-inner in forward | 48 Should move from anchor-before to anchor-host/anchor-inner in forward |
| 49 PASS | 49 PASS |
| 50 Should move from anchor-host/anchor-inner to anchor-after in forward | 50 Should move from anchor-host/anchor-inner to anchor-after in forward |
| 51 PASS | 51 PASS |
| 52 Should move from anchor-after to anchor-host/anchor-inner in backward | 52 Should move from anchor-after to anchor-host/anchor-inner in backward |
| 53 PASS | 53 PASS |
| 54 Should move from anchor-host/anchor-inner to anchor-before in backward | 54 Should move from anchor-host/anchor-inner to anchor-before in backward |
| 55 PASS | 55 PASS |
| 56 Testing tabStop property on anchor with href | 56 Testing tabStop property on anchor with href |
| 57 PASS anchor_host.tabStop is true | 57 PASS anchor_host.tabStop is true |
| (...skipping 16 matching lines...) Expand all Loading... |
| 74 PASS | 74 PASS |
| 75 Should move from anchor-after to anchor-host/anchor-inner in backward | 75 Should move from anchor-after to anchor-host/anchor-inner in backward |
| 76 PASS | 76 PASS |
| 77 Should move from anchor-host/anchor-inner to anchor-before in backward | 77 Should move from anchor-host/anchor-inner to anchor-before in backward |
| 78 PASS | 78 PASS |
| 79 Test finished. | 79 Test finished. |
| 80 PASS successfullyParsed is true | 80 PASS successfullyParsed is true |
| 81 | 81 |
| 82 TEST COMPLETE | 82 TEST COMPLETE |
| 83 | 83 |
| OLD | NEW |