Index: LayoutTests/fast/events/5056619-expected.txt |
diff --git a/LayoutTests/fast/events/5056619-expected.txt b/LayoutTests/fast/events/5056619-expected.txt |
index a3fb8309a359c97cf16fa857929546c60649b87e..754339eaf0ba14ef1c72f297350b3877c281a02c 100644 |
--- a/LayoutTests/fast/events/5056619-expected.txt |
+++ b/LayoutTests/fast/events/5056619-expected.txt |
@@ -1,8 +1,5 @@ |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 3 of #text > SPAN > BODY > HTML > #document to 3 of #text > SPAN > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > SPAN > BODY > HTML > #document to 3 of #text > SPAN > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > BODY > HTML > #document to 6 of #text > SPAN > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: shouldInsertText:Dragme replacingDOMRange:range from 0 of DIV > #document-fragment to 0 of DIV > #document-fragment givenAction:WebViewInsertActionDropped |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
This tests drag and drop into a form element that is removed in its onfocus handler. Safari shouldn't crash and the dropped content shouldn't appear anywhere because there's no editable region left over underneath the mouse when the input element is removed on drop. |
| " |