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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/spatial-navigation/snav-z-index-expected.txt
diff --git a/LayoutTests/fast/spatial-navigation/snav-z-index-expected.txt b/LayoutTests/fast/spatial-navigation/snav-z-index-expected.txt
index a9a7256d806ff6a747188f19d83ba1e9c5ce2b7b..15b3827f62604d6fd0e1d1cd989616dc14491c12 100644
--- a/LayoutTests/fast/spatial-navigation/snav-z-index-expected.txt
+++ b/LayoutTests/fast/spatial-navigation/snav-z-index-expected.txt
@@ -15,13 +15,23 @@
PASS successfullyParsed is true
TEST COMPLETE
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s23"
PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
PASS gFocusedDocument.activeElement.getAttribute("id") is "s25"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "p22"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "p12"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s24"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s14"
PASS gFocusedDocument.activeElement.getAttribute("id") is "s13"
PASS gFocusedDocument.activeElement.getAttribute("id") is "s12"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
PASS gFocusedDocument.activeElement.getAttribute("id") is "p11"
PASS gFocusedDocument.activeElement.getAttribute("id") is "p21"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "s22"
PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-This test is testing that we prefer focusable elements with absolute positioning over other elements.
+This test is testing that we can prefer the elements with higher Z indexes.
« 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