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

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

Issue 568453002: Removing container's Left & Top border from computed scroll offset bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduced layout test file contents from javascript, style and html content Created 6 years, 2 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/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.

Powered by Google App Engine
This is Rietveld 408576698