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

Unified Diff: LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.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/scroll-behavior/main-frame-interrupted-scroll.html
diff --git a/LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html b/LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html
index 8f014ea367c14100d052dc8c5a4b9fc06d89eba1..e3cad276958aeeeae3274e071a399b7a5f147daa 100644
--- a/LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html
+++ b/LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html
@@ -19,7 +19,7 @@
function doTest() {
const targets = {y_min: 40, y_mid: 3500, y_max: 7000};
const innerPoint = {x: 100, y: 100};
- var scrollInterruptionTest = new SmoothScrollInterruptionTest(document.body,
+ var scrollInterruptionTest = new SmoothScrollInterruptionTest(document.scrollingElement,
innerPoint,
targets,
jsScroll);

Powered by Google App Engine
This is Rietveld 408576698