OLD | NEW |
(Empty) | |
| 1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da
te input element (having shadow DOM). |
| 2 * Pre-conditions: |
| 3 1) DRT support for SNav enable/disable. |
| 4 * Navigation steps: |
| 5 1) Loads this page, focus goes to "start" automatically. |
| 6 2) Focus moves away from input box, left and right to neighbor nodes and back. |
| 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 |
| 10 |
| 11 Left Right |
| 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" |
| 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" |
| 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 18 |
OLD | NEW |