/home/clopez/webkit/webkit/layout-test-results/fast/events/5056619-actual.txt

11EDITING 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
22EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
33EDITING 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
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: shouldInsertText:Dragme replacingDOMRange:range from 0 of DIV > #document-fragment to 0 of DIV > #document-fragment givenAction:WebViewInsertActionDropped
64EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
75This 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.
86| "
97"
108| <span>
119| id="span"
12 | "Dragme"
 10| "<#selection-anchor>Dragme<#selection-focus>"
 11| <input>
 12| id="input"
 13| onfocus="focusHandler()"
 14| type="text"
 15| this.value=""
 16| <shadow:root>
 17| <div>
 18| contenteditable="plaintext-only"
1319| "
1420"
1521| <script>