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

Unified Diff: LayoutTests/fast/scroll-behavior/subframe-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/subframe-interrupted-scroll.html
diff --git a/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html b/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html
index 6eb78aed7c627afd4a65f7be240538ee24d21148..74e78d30b15abe3bf707e63ad28793a43b0986f2 100644
--- a/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html
+++ b/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html
@@ -20,8 +20,8 @@
{
const targets = {y_min: 40, y_mid: 3500, y_max: 7000};
const innerPoint = {x: 100, y: 100}
- var subframeDocumentElement = document.getElementById('subframe').contentDocument.body;
- var scrollInterruptionTest = new SmoothScrollInterruptionTest(subframeDocumentElement,
+ var subframeScrollingElement = document.getElementById('subframe').contentDocument.scrollingElement;
+ var scrollInterruptionTest = new SmoothScrollInterruptionTest(subframeScrollingElement,
innerPoint,
targets,
jsScroll);
« no previous file with comments | « LayoutTests/fast/scroll-behavior/subframe-element-scrollTo.html ('k') | LayoutTests/fast/scroll-behavior/subframe-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698