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

Unified Diff: LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html

Issue 882153004: Re-enable main-frame and subframe CSSOM smooth scroll layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use nullptr instead of 0 Created 5 years, 10 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 063ad00fa24eb5d6554dc77072630950f385e348..8f014ea367c14100d052dc8c5a4b9fc06d89eba1 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.documentElement,
+ var scrollInterruptionTest = new SmoothScrollInterruptionTest(document.body,
innerPoint,
targets,
jsScroll);

Powered by Google App Engine
This is Rietveld 408576698