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

Unified Diff: LayoutTests/platform/chromium-linux-x86/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt

Issue 16765006: Rebaseline test expectations for r152232. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/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.

Powered by Google App Engine
This is Rietveld 408576698