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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style>
2 body {
3 height: 500px;
4 }
5 </style>
1 <script> 6 <script>
2 var eventTypes = ['mousemove', 'mousedown', 'mouseup', 'click']; 7 var eventTypes = ['mousemove', 'mousedown', 'mouseup', 'click'];
3 for (var i = 0; i < eventTypes.length; i++) 8 for (var i = 0; i < eventTypes.length; i++)
4 document.addEventListener(eventTypes[i], parent.onEventInFrame); 9 document.addEventListener(eventTypes[i], parent.onEventInFrame);
5 </script> 10 </script>
OLDNEW
« 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