OLD | NEW |
(Empty) | |
| 1 This tests TAB focus navigation with isTabStop property on focusable elements |
| 2 |
| 3 Testing tab focus navigation order on focusable nodes |
| 4 Normal tab order without isTabStop |
| 5 Should move from input-before to button-focusable in forward |
| 6 PASS |
| 7 Should move from button-focusable to input-focusable in forward |
| 8 PASS |
| 9 Should move from input-focusable to input-after in forward |
| 10 PASS |
| 11 Should move from input-after to input-focusable in backward |
| 12 PASS |
| 13 Should move from input-focusable to button-focusable in backward |
| 14 PASS |
| 15 Should move from button-focusable to input-before in backward |
| 16 PASS |
| 17 Normal tab order with isTabStop=false |
| 18 Should move from input-before to input-after in forward |
| 19 PASS |
| 20 Should move from input-after to input-before in backward |
| 21 PASS |
| 22 Testing isTabStop property on button |
| 23 Normal tab order without tabindex |
| 24 PASS button_host.isTabStop is true |
| 25 Should move from button-before to button-host in forward |
| 26 PASS |
| 27 Should move from button-host to button-host/button-inner in forward |
| 28 PASS |
| 29 Should move from button-host/button-inner to button-after in forward |
| 30 PASS |
| 31 Should move from button-after to button-host/button-inner in backward |
| 32 PASS |
| 33 Should move from button-host/button-inner to button-host in backward |
| 34 PASS |
| 35 Should move from button-host to button-before in backward |
| 36 PASS |
| 37 Testing isTabStop property on button with isTabStop = false |
| 38 Should move from button-before to button-host/button-inner in forward |
| 39 PASS |
| 40 Should move from button-host/button-inner to button-after in forward |
| 41 PASS |
| 42 Should move from button-after to button-host/button-inner in backward |
| 43 PASS |
| 44 Should move from button-host/button-inner to button-before in backward |
| 45 PASS |
| 46 Testing isTabStop property on anchor without href |
| 47 PASS anchor_host.isTabStop is false |
| 48 Should move from anchor-before to anchor-host/anchor-inner in forward |
| 49 PASS |
| 50 Should move from anchor-host/anchor-inner to anchor-after in forward |
| 51 PASS |
| 52 Should move from anchor-after to anchor-host/anchor-inner in backward |
| 53 PASS |
| 54 Should move from anchor-host/anchor-inner to anchor-before in backward |
| 55 PASS |
| 56 Testing isTabStop property on anchor with href |
| 57 PASS anchor_host.isTabStop is true |
| 58 Should move from anchor-before to anchor-host in forward |
| 59 PASS |
| 60 Should move from anchor-host to anchor-host/anchor-inner in forward |
| 61 PASS |
| 62 Should move from anchor-host/anchor-inner to anchor-after in forward |
| 63 PASS |
| 64 Should move from anchor-after to anchor-host/anchor-inner in backward |
| 65 PASS |
| 66 Should move from anchor-host/anchor-inner to anchor-host in backward |
| 67 PASS |
| 68 Should move from anchor-host to anchor-before in backward |
| 69 PASS |
| 70 Testing isTabStop property on anchor with href but isTabStop = false |
| 71 Should move from anchor-before to anchor-host/anchor-inner in forward |
| 72 PASS |
| 73 Should move from anchor-host/anchor-inner to anchor-after in forward |
| 74 PASS |
| 75 Should move from anchor-after to anchor-host/anchor-inner in backward |
| 76 PASS |
| 77 Should move from anchor-host/anchor-inner to anchor-before in backward |
| 78 PASS |
| 79 Test finished. |
| 80 PASS successfullyParsed is true |
| 81 |
| 82 TEST COMPLETE |
| 83 |
OLD | NEW |