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

Unified Diff: LayoutTests/fast/events/touch/gesture/resources/event-delegator.html

Issue 429793004: Re-add extra hit-tests on GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix patch Created 6 years, 5 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/resources/event-delegator.html
diff --git a/LayoutTests/fast/events/touch/gesture/resources/event-delegator.html b/LayoutTests/fast/events/touch/gesture/resources/event-delegator.html
index 2fc7d78369498b4d438a1f874160c98f443ef0f8..536442eec85c513a8f4d1f950e99c591b63a3429 100644
--- a/LayoutTests/fast/events/touch/gesture/resources/event-delegator.html
+++ b/LayoutTests/fast/events/touch/gesture/resources/event-delegator.html
@@ -1,3 +1,8 @@
+<style>
+body {
+ height: 500px;
+}
+</style>
<script>
var eventTypes = ['mousemove', 'mousedown', 'mouseup', 'click'];
for (var i = 0; i < eventTypes.length; i++)
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-paragraph-end-expected.txt ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698