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

Unified Diff: LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt

Issue 1118753004: Fix another case where scrollToMakeVisible was off. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: null-check scrollParent Created 5 years, 8 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/accessibility/scroll-to-make-visible-div-overflow-expected.txt
diff --git a/LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt b/LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt
index 3a0f6a828f4562b62f4e42a4404cdf6bea734899..b7fafb8261ad67e4600867fc463e18f495685520 100644
--- a/LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt
+++ b/LayoutTests/accessibility/scroll-to-make-visible-div-overflow-expected.txt
@@ -11,6 +11,8 @@ PASS container.scrollTop >= minYOffset is true
PASS container.scrollTop <= maxYOffset is true
PASS container.scrollTop >= minYOffset is true
PASS container.scrollTop <= maxYOffset is true
+PASS container.scrollTop >= minYOffset is true
+PASS container.scrollTop <= maxYOffset is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/scroll-to-make-visible-div-overflow.html ('k') | Source/modules/accessibility/AXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698