OLD | NEW |
(Empty) | |
| 1 This test ensures that Spatial Navigation works with overlapping elements. |
| 2 * Pre-conditions: |
| 3 1) Spatial navigation enabled. |
| 4 * Navigation steps: |
| 5 1) Loads this page, focus goes to start position (element #e5) automatically. |
| 6 2) Focus moves away from start postion in various direction, CSS nav-* attribute
s are expected to be respected. |
| 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 |
| 10 |
| 11 Element 1Element 2Element 3Element 4Element 5Element 6 |
| 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
| 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" |
| 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
| 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" |
| 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
| 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" |
| 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" |
| 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5" |
| 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6" |
| 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5" |
| 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" |
| 23 PASS successfullyParsed is true |
| 24 |
| 25 TEST COMPLETE |
OLD | NEW |