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

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

Issue 26472003: Fix improper scrollTop/Left usage in LayoutTests/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@issue_304768
Patch Set: Fix improper scrollTop/Left usage in LayoutTests/ 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.html
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html
index 85b5e48e17bcff706fc56e7a74713d8e8d1be65c..ace63d53b5c4edefb8962aee0d0563df16781c73 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body.html
@@ -64,7 +64,7 @@ var wheelEventsOccurred = 0;
var expectedWheelEventsOccurred = ['0', '0'];
var scrollEventsOccurred = 0;
var expectedScrollEventsOccurred = '0';
-var scrolledElement = 'document.body'
+var scrolledElement = 'document.documentElement'
Dan Beam 2013/10/08 19:25:30 nit: ; at end, also where is this used?
tonikitoo_ 2013/10/08 19:52:32 will add.
// Always construct a page larger than the vertical height of the window.
function buildPage()

Powered by Google App Engine
This is Rietveld 408576698