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

Unified Diff: LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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/events/autoscroll-should-not-stop-on-keypress.html
diff --git a/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html b/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
index 52223bb1433119feff35bf768ea2e8345503a509..a9d8d871f770a5fb7f9844681f46b20fb25a1f81 100644
--- a/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
+++ b/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
@@ -83,7 +83,7 @@ function test() {
}
function testAutoScroll() {
- shouldBe('frame.contentDocument.body.scrollTop + frame.clientHeight', 'frame.contentDocument.body.scrollHeight');
+ shouldBe('frame.contentDocument.scrollingElement.scrollTop + frame.clientHeight', 'frame.contentDocument.scrollingElement.scrollHeight');
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698