Index: LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned-expected.txt |
diff --git a/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt b/LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned-expected.txt |
similarity index 53% |
copy from LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt |
copy to LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned-expected.txt |
index 132d75ed473b03883e6f3f9aaa07bffff8d6514b..22e076530050a962fa34e1f896a2bf84e9486120 100644 |
--- a/LayoutTests/fast/spatial-navigation/snav-overlapping-elements-expected.txt |
+++ b/LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned-expected.txt |
@@ -1,20 +1,16 @@ |
-This test ensures that Spatial Navigation works with overlapping elements |
+This test ensures that Spatial Navigation works with symmetrically positoned rects |
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" |
+E1E2E3E4E5 |
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" |
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e5" |
+PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" |
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 |