| Index: LayoutTests/fast/spatial-navigation/snav-date-expected.txt
|
| diff --git a/LayoutTests/fast/spatial-navigation/snav-date-expected.txt b/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8784f06d1c832b23603a76d788115f739fca5a32
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +This test ensures the correctness of Spatial Navigation (SNav) algorithm over date input element (having shadow DOM).
|
| +* Pre-conditions:
|
| +1) DRT support for SNav enable/disable.
|
| +* Navigation steps:
|
| +1) Loads this page, focus goes to "start" automatically.
|
| +2) Focus moves away from input box, left and right to neighbor nodes and back.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Left Right
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "left"
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "right"
|
| +PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
|
| +
|
|
|