Index: LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
diff --git a/LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt b/LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
index 340605ee96aa1cc8a078c19e87387795b6f5056f..5f38a3b3058fe4cff11ea89d895798082bfe9670 100644 |
--- a/LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
+++ b/LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
@@ -14,8 +14,8 @@ PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f4" |
-FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5. |
-FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f6. |
+PASS gFocusedDocument.activeElement.getAttribute("id") is "f4" |
+PASS gFocusedDocument.activeElement.getAttribute("id") is "f5" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f6" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f9" |
This test is testing that div with overflow:auto would scroll, by div with overflow:hidden would not. |