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

Unified Diff: chrome/test/data/drag_and_drop/image_source.html

Issue 2577553002: Wait for mousemove DOM event, before simulating mousedown for dragstart tests. (Closed)
Patch Set: Expanded a comment as suggested by lfg@ (to refer to bug 647378). Created 4 years 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 | « chrome/browser/ui/views/drag_and_drop_interactive_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drag_and_drop/image_source.html
diff --git a/chrome/test/data/drag_and_drop/image_source.html b/chrome/test/data/drag_and_drop/image_source.html
index 4c4d05c5d215a8b1b1789cdb642f9559b18bc939..9063b07498d5cd6189f52c63fee5430dc0bd6bc4 100644
--- a/chrome/test/data/drag_and_drop/image_source.html
+++ b/chrome/test/data/drag_and_drop/image_source.html
@@ -28,5 +28,7 @@
<img ondragstart="dragstart_handler(event);"
ondragend="window.reportDragAndDropEvent(event);"
ondragleave="window.reportDragAndDropEvent(event);"
+ onmousedown="window.reportDragAndDropEvent(event);"
+ onmousemove="window.reportDragAndDropEvent(event);"
src="/image_decoding/droids.jpg">
</body>
« no previous file with comments | « chrome/browser/ui/views/drag_and_drop_interactive_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698