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

Unified Diff: LayoutTests/fast/events/touch/resources/emulated-touch-iframe2.html

Issue 12561004: Merge 144608 "Web Inspector: touchmove not emulated inside iframe" (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « LayoutTests/fast/events/touch/emulated-touch-iframe.html ('k') | Source/WebCore/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/resources/emulated-touch-iframe2.html
===================================================================
--- LayoutTests/fast/events/touch/resources/emulated-touch-iframe2.html (revision 145698)
+++ LayoutTests/fast/events/touch/resources/emulated-touch-iframe2.html (working copy)
@@ -4,6 +4,7 @@
<script type='text/javascript'>
var myDiv = document.getElementById('mydiv');
myDiv.addEventListener('touchstart', function() { parent.handleTouchstart(); }, false);
+myDiv.addEventListener('touchmove', function() { parent.handleTouchmove(); }, false);
myDiv.addEventListener('touchend', function() { parent.testComplete(); }, false);
</script>
</body>
« no previous file with comments | « LayoutTests/fast/events/touch/emulated-touch-iframe.html ('k') | Source/WebCore/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698