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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html

Issue 25039006: document.documentElement.scrollTop/Left is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: document.documentElement.scrollTop/Left is zero 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
Index: LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
index 74bc84f74b4747f52b7b72f614a6470ecbd87ed0..12f26aab8299b21c4cf40724249cf7fd21fe6710 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
@@ -64,7 +64,7 @@ var wheelEventsOccurred = 0;
var expectedWheelEventsOccurred = ['0', '0'];
var scrollEventsOccurred = 0;
var expectedScrollEventsOccurred = '1';
-var scrolledElement = 'document.body'
+var scrolledElement = 'document.documentElement'
// Always construct a page larger than the vertical height of the window.
function buildPage()

Powered by Google App Engine
This is Rietveld 408576698