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

Unified Diff: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html

Issue 25741004: set and get scrollTop/Left through documentElement and body should be symmetric, according to the d… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: set and get scrollTop/Left through documentElement and body should be symmetric, according to the d… Created 7 years, 2 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
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-overflow.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
diff --git a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
index 1d9c6f06673abefa1bf84935269f38e62429e7d8..4f0173d94da55e5a51f13f6fa4fb14de469c6df1 100644
--- a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
+++ b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
@@ -9,7 +9,7 @@ window.setTimeout(function() {
if (window.testRunner)
testRunner.display();
- document.body.scrollTop = 20;
+ document.documentElement.scrollTop = 20;
if (window.testRunner)
testRunner.notifyDone();
}, 50);
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-overflow.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698