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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.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-scroll-iframe-editable.html
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
index ffc506a4949f5d9c278ce54e20b1909c968900be..5d2b22ef8d51b09a0b47f0c42415af9a322f933b 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html
@@ -41,7 +41,7 @@ var wheelEventsOccurred = 0;
var expectedWheelEventsOccurred = ['0', '0'];
var scrollEventsOccurred = 0;
var expectedScrollEventsOccurred = '1';
-var scrolledElement = 'touchtarget.contentDocument.documentElement'
+var scrolledElement = 'touchtarget.contentDocument.body'
function firstGestureScroll()
{

Powered by Google App Engine
This is Rietveld 408576698