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

Unified Diff: LayoutTests/fast/spatial-navigation/snav-not-below-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/spatial-navigation/snav-not-below-expected.txt
diff --git a/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt b/LayoutTests/fast/spatial-navigation/snav-not-below-expected.txt
similarity index 53%
copy from LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt
copy to LayoutTests/fast/spatial-navigation/snav-not-below-expected.txt
index 132d75ed473b03883e6f3f9aaa07bffff8d6514b..146aa475f9e386b6ac6e13ba6f1e60cde00b3fb8 100644
--- a/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt
+++ b/LayoutTests/fast/spatial-navigation/snav-not-below-expected.txt
@@ -1,20 +1,17 @@
-This test ensures that Spatial Navigation works with overlapping elements
+This test ensures that e2 is NOT below e1 and e3 is NOT below e2.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Element 1Element 2Element 3Element 4Element 5Element 6
+Element 1Element 2Element 3
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
+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 gFocusedDocument.activeElement.getAttribute("id") is "e1"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-not-below.html ('k') | LayoutTests/fast/spatial-navigation/snav-not-rightof.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698