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

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
44EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: shouldInsertText:Dragme replacingDOMRange:range from 0 of DIV > #document-fragment to 0 of DIV > #document-fragment givenAction:WebViewInsertActionDropped
65EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
76This 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.
87| "
98"
109| <span>
1110| id="span"
12 | "Dragme"
 11| "<#selection-anchor>Dragme<#selection-focus>"
 12| <input>
 13| id="input"
 14| onfocus="focusHandler()"
 15| type="text"
 16| this.value=""
 17| <shadow:root>
 18| <div>
 19| contenteditable="plaintext-only"
1320| "
1421"
1522| <script>