Index: LayoutTests/platform/chromium-linux-x86/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
diff --git a/LayoutTests/platform/chromium-mac/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt b/LayoutTests/platform/chromium-linux-x86/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
similarity index 66% |
copy from LayoutTests/platform/chromium-mac/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
copy to LayoutTests/platform/chromium-linux-x86/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
index 8c864d695b803ee90ffbec74cf8955e69723bbcf..3790400764dc6504ac1b2003e4a7072e1611c011 100644 |
--- a/LayoutTests/platform/chromium-mac/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
+++ b/LayoutTests/platform/chromium-linux-x86/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt |
@@ -9,10 +9,10 @@ |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" |
PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" |
-FAIL gFocusedDocument.activeElement.getAttribute("id") should be f3. Was f4. |
+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 f4. Was f6. |
FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f6. |
-FAIL gFocusedDocument.activeElement.getAttribute("id") should be f6. Was f9. |
+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. |