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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 ea56517bff20046db6a233052466307f430b5d27..7e20efc225093fb910b84de9a403e5068cd8d3f4 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
@@ -40,7 +40,7 @@ var wheelEventsOccurred = 0;
var expectedWheelEventsOccurred = ['0', '0'];
var scrollEventsOccurred = 0;
var expectedScrollEventsOccurred = '1';
-var scrolledElement = 'touchtarget.contentDocument.body'
+var scrolledElement = 'touchtarget.contentDocument.scrollingElement'
function firstGestureScroll()
{

Powered by Google App Engine
This is Rietveld 408576698