Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-input-expected.txt

Issue 20560005: (spatnav) Space&enter should be entered to box instead of simulating click on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over in put box. 1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over in put box.
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 input box in 4 different directions to neighbor nodes a nd back. 6 2) Focus moves away from input box in 4 different directions to neighbor nodes a nd 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 gFocusedDocument.activeElement.getAttribute("id") is "start" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "8"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "6"
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
23 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
24 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" 24 PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
25 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
26 PASS document.getElementById('start').value is "A text containing a space"
26 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-input.html ('k') | LayoutTests/fast/spatial-navigation/snav-textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698