| OLD | NEW |
| 1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over te
xtarea. | 1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over te
xtarea. |
| 2 * Pre-conditions: | 2 * Pre-conditions: |
| 3 1) DRT support for SNav enable/disable. | 3 1) DRT support for SNav enable/disable. |
| 4 * Navigation steps: | 4 * Navigation steps: |
| 5 1) Loads this page, focus goes to "start" automatically. | 5 1) Loads this page, focus goes to "start" automatically. |
| 6 2) Focus moves away from textarea in 4 different directions to neighbor nodes an
d back. | 6 2) Focus moves away from textarea in 4 different directions to neighbor nodes an
d back. |
| 7 | 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 | 9 |
| 10 | 10 |
| 11 2 | 11 2 |
| 12 4 6 | 12 4 6 |
| 13 8 | 13 8 |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" | 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" |
| 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
| 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 24 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 24 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 27 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 28 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 27 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 29 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 28 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" | 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" |
| 29 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 32 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 33 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 34 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 35 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 36 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 37 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
| 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 38 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 32 PASS document.getElementById('start').value is "A text containing a space\nand a
new line" | 39 PASS document.getElementById('start').value is "A text containing a space\nand a
new line" |
| 33 | 40 |
| OLD | NEW |