OLD | NEW |
(Empty) | |
| 1 This test ensures the correctness of Spatial Navigation (SNav) when CSS3 nav-up/
down/left/right properties are set. |
| 2 * Pre-conditions: |
| 3 1) DRT support for SNav enable/disable. |
| 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 1 2 3 |
| 12 4 5 6 |
| 13 7 8 9 |
| 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9" |
| 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9" |
| 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5" |
| 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
| 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" |
| 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6" |
| 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "e8" |
| 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5" |
| 22 |
OLD | NEW |