OLD | NEW |
| 1 CONSOLE ERROR: line 20: The specified value 'text' does not conform to the requi
red format, 'yyyy-MM-dd'. |
| 2 CONSOLE ERROR: line 20: The specified value 'text' does not conform to the requi
red format, 'yyyy-MM-dd'. |
1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da
te input element (having shadow DOM). | 3 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da
te input element (having shadow DOM). |
2 * Navigation steps: | 4 * Navigation steps: |
3 1) Loads this page, focus goes to "start" automatically. | 5 1) Loads this page, focus goes to "start" automatically. |
4 2) Focus moves away from input box, left and right to neighbor nodes and back. | 6 2) Focus moves away from input box, left and right to neighbor nodes and back. |
5 | 7 |
6 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
". |
7 | 9 |
8 | 10 |
9 Left Right | 11 Left Right |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
16 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
17 | 19 |
18 TEST COMPLETE | 20 TEST COMPLETE |
19 | 21 |
OLD | NEW |