Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / spatial-navigation / snav-date-expected.txt
blob6ad2452e8cc31e14953f44c321c04d9c808c5093
1 CONSOLE WARNING: line 20: The specified value "text" does not conform to the required format, "yyyy-MM-dd".
2 This test ensures the correctness of Spatial Navigation (SNav) algorithm over date input element (having shadow DOM).
3 * Navigation steps:
4 1) Loads this page, focus goes to "start" automatically.
5 2) Focus moves away from input box, left and right to neighbor nodes and back.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 Left            Right
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "left"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "right"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
17 PASS successfullyParsed is true
19 TEST COMPLETE