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

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

Issue 773333002: Fix the rightOf and below conditions for overlapping case. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address review comments Created 6 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
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
(...skipping 14 matching lines...) Expand all
25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
26 PASS gFocusedDocument.activeElement.getAttribute("id") is "p22" 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "p22"
27 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" 27 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
28 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24" 28 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
29 PASS gFocusedDocument.activeElement.getAttribute("id") is "s14" 29 PASS gFocusedDocument.activeElement.getAttribute("id") is "s14"
30 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13" 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13"
31 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12" 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12"
32 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22" 32 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
33 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" 33 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
34 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21" 34 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21"
35 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
36 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 35 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
37 This test is testing that we can prefer the elements with higher Z indexes. 36 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/SpatialNavigation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698