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

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

Issue 105973003: Improve spatial navigation on overlapping elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updates layout tests, fixed raised issues. 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
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "s23"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "s25" 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "s25"
24 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
26 PASS gFocusedDocument.activeElement.getAttribute("id") is "p22"
27 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
28 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
29 PASS gFocusedDocument.activeElement.getAttribute("id") is "s14"
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13" 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13"
23 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12" 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12"
32 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
24 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" 33 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21" 34 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21"
35 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
26 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 36 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
27 This test is testing that we prefer focusable elements with absolute positioning over other elements. 37 This test is testing that we can prefer the elements with higher Z indexes.
OLDNEW
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-z-index.html ('k') | Source/core/page/FocusController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698