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

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

Issue 25767003: Revert "document.documentElement.scrollTop/Left is zero" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-propagated.html
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
index eb0affd877f7a6cbc35b46d3f9ebc56e1931de0c..a8bbdee0b16234d6c593c33550297650e883aa91 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
@@ -70,7 +70,7 @@ var wheelEventsOccurred = 0;
var expectedWheelEventsOccurred = ['0', '0'];
var scrollEventsOccurred = 0;
var expectedScrollEventsOccurred = '0';
-var scrolledElement = 'document.documentElement';
+var scrolledElement = 'document.body'
// Always construct a page larger than the vertical height of the window.
function buildPage()

Powered by Google App Engine
This is Rietveld 408576698