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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html

Issue 2558643003: [InputEvent] Move 'beforeinput' logic into |CompositeEditCommand::willApplyEditing()| (3/3) (Closed)
Patch Set: Rebase on EditCommandSource and willApply() CLs 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
Index: third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html b/third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html
index 40769a55063ff6d136a486bf21ab80b1b0cf473d..db75501d3ff3ff37918a88ddf5d535e935283f48 100644
--- a/third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html
+++ b/third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-drag-drop.html
@@ -160,7 +160,7 @@ test(function() {
// Test Drag and Drop.
testDragDropEventOrder(editable1, editable2,
- ['editable2:drop', 'beforeinput:boldtext:deleteByDrag', 'input:editable1:deleteByDrag',
+ ['editable2:drop', 'beforeinput:editable1:deleteByDrag', 'input:editable1:deleteByDrag',
'beforeinput:editable2:insertFromDrop', 'input:editable2:insertFromDrop', 'editable1:dragend']);
testRunner.execCommand('undo');
}, 'Testing Drag and Drop event order');

Powered by Google App Engine
This is Rietveld 408576698