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

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

Issue 105973003: Improve spatial navigation on overlapping elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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
(Empty)
1 This test ensures that Spatial Navigation works with overlapping elements.
2 * Pre-conditions:
3 1) Spatial navigation enabled.
4 * Navigation steps:
5 1) Loads this page, focus goes to start position (element #e5) automatically.
6 2) Focus moves away from start postion in various direction, CSS nav-* attribute s are expected to be respected.
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 Element 1Element 2Element 3Element 4Element 5Element 6
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698