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

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: Rebased once again to master, fixed layout test. Created 6 years, 8 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 when CSS3 nav-up/down/le ft/right properties are set.
2
3 1 2 3
4 4 5 6
5 7 8 9
6 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e8"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698