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

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

Issue 641063003: Pass correct client coordinates for mouse events synthesized from a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 body { 2 body {
3 height: 500px; 3 height: 500px;
4 width: 500px;
4 } 5 }
5 </style> 6 </style>
6 <script> 7 <script>
7 var eventTypes = ['mousemove', 'mousedown', 'mouseup', 'click']; 8 var eventTypes = ['mousemove', 'mousedown', 'mouseup', 'click'];
8 for (var i = 0; i < eventTypes.length; i++) 9 for (var i = 0; i < eventTypes.length; i++)
9 document.addEventListener(eventTypes[i], parent.onEventInFrame); 10 document.addEventListener(eventTypes[i], parent.onEventInFrame);
10 </script> 11 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-scrolled-expected.txt ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698