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

Unified Diff: LayoutTests/fast/spatial-navigation/snav-overlapping-elements-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
Index: LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt
diff --git a/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt b/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..132d75ed473b03883e6f3f9aaa07bffff8d6514b
--- /dev/null
+++ b/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt
@@ -0,0 +1,21 @@
+This test ensures that Spatial Navigation works with overlapping elements
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Element 1Element 2Element 3Element 4Element 5Element 6
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698