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

Side by Side Diff: LayoutTests/fast/events/5056619-expected.txt

Issue 26237004: Remove unused editing related member functions from WebViewClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-10-09T17:59:14 Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 3 of #text > SPAN > BODY > HTML > #document to 3 of #text > SPAN > BODY > HTML > #do cument affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > SPAN > BO DY > 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 > BO DY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALS E
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: shouldInsertText:Dragme replacingDOMRange:range from 0 of DIV > #document-fragment to 0 of DIV > #document-fragment givenAction:WebViewInsertA ctionDropped
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 This tests drag and drop into a form element that is removed in its onfocus hand ler. Safari shouldn't crash and the dropped content shouldn't appear anywhere b ecause there's no editable region left over underneath the mouse when the input element is removed on drop. 4 This tests drag and drop into a form element that is removed in its onfocus hand ler. Safari shouldn't crash and the dropped content shouldn't appear anywhere b ecause there's no editable region left over underneath the mouse when the input element is removed on drop.
8 | " 5 | "
9 " 6 "
10 | <span> 7 | <span>
11 | id="span" 8 | id="span"
12 | "Dragme" 9 | "Dragme"
13 | " 10 | "
14 " 11 "
15 | <script> 12 | <script>
16 | "runTest();" 13 | "runTest();"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698