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

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

Issue 2622733002: Mac Support for drag-and-drop tests that start dragging via mouse simulation.
Patch Set: . Created 3 years, 11 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 | « chrome/test/BUILD.gn ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | 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 9063b07498d5cd6189f52c63fee5430dc0bd6bc4..4f929cd5bdefe70b3bfb6c954663c945078a4f3d 100644
--- a/chrome/test/data/drag_and_drop/image_source.html
+++ b/chrome/test/data/drag_and_drop/image_source.html
@@ -30,5 +30,6 @@
ondragleave="window.reportDragAndDropEvent(event);"
onmousedown="window.reportDragAndDropEvent(event);"
onmousemove="window.reportDragAndDropEvent(event);"
- src="/image_decoding/droids.jpg">
+ src="/image_decoding/droids.jpg"
+ alt="Alternative image text">
</body>
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698