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

Unified Diff: chrome/test/data/webui/md_bookmarks/dnd_manager_test.js

Issue 2884233003: [MD Bookmarks] Clear drop indicator when dragging over invalid target. (Closed)
Patch Set: Created 3 years, 7 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/browser/resources/md_bookmarks/dnd_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
index d0276a1d2dcb5341f542b73331aa23e24118d426..b0bb7ad26cf6d2a43595b6882632a307424f0ba0 100644
--- a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
+++ b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
@@ -149,7 +149,6 @@ suite('drag and drop', function() {
assertEquals(
DropPosition.NONE,
dndManager.calculateValidDropPositions_(dragElement));
- dispatchDragEvent('dragleave', dragTarget);
dispatchDragEvent('dragover', dragElement);
assertDragStyle(dragTarget, DRAG_STYLE.NONE);
« no previous file with comments | « chrome/browser/resources/md_bookmarks/dnd_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698