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

Unified Diff: LayoutTests/fast/scroll-behavior/subframe-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/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 398425943ca582052cfd8ed00b679608ad26512a..6eb78aed7c627afd4a65f7be240538ee24d21148 100644
--- a/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html
+++ b/LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html
@@ -20,7 +20,7 @@
{
const targets = {y_min: 40, y_mid: 3500, y_max: 7000};
const innerPoint = {x: 100, y: 100}
- var subframeDocumentElement = document.getElementById('subframe').contentDocument.documentElement;
+ var subframeDocumentElement = document.getElementById('subframe').contentDocument.body;
var scrollInterruptionTest = new SmoothScrollInterruptionTest(subframeDocumentElement,
innerPoint,
targets,
« 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