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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-css-nav-direction-expected.txt

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added tests Created 7 years, 4 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
(Empty)
1 This test ensures the correctness of Spatial Navigation (SNav) when CSS3 nav-up/ down/left/right properties are set.
2 * Pre-conditions:
3 1) DRT support for SNav enable/disable.
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 1 2 3
12 4 5 6
13 7 8 9
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "e8"
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698