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

Side by Side Diff: LayoutTests/editing/pasteboard/drop-link-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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 5 of #text > DIV > BODY > HTML > #document to 5 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionDropped
3 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
4 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 5 of #text > DIV > BOD Y > HTML > #document to 5 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 0 of #text > A > DIV > BODY > HTML > #document to 14 of #text > A > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting :FALSE
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of DIV > BODY > HTML > #document
11 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
12 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 7 of #text > DIV > BODY > HTML > #document to 7 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionDropped
13 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
14 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > DIV > BOD Y > HTML > #document to 7 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 0 of #text > A > DIV > BODY > HTML > #document to 53 of #text > A > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting :FALSE
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 This test checks that links dragged into editable regions preserve their title a nd URL. 9 This test checks that links dragged into editable regions preserve their title a nd URL.
20 HelloThis is a link 10 HelloThis is a link
21 GoodbyeThis </a><a href="http://webkit.org/">is another link 11 GoodbyeThis </a><a href="http://webkit.org/">is another link
22 Link is http://apple.com/ 12 Link is http://apple.com/
23 Link is http://apple.com/ 13 Link is http://apple.com/
24 Success! 14 Success!
25 To run this test manually, drag the first link into the box with 'Hello' in it, drag the second link into the box with 'Goodbye' in it, and then click on the bu tton. 15 To run this test manually, drag the first link into the box with 'Hello' in it, drag the second link into the box with 'Goodbye' in it, and then click on the bu tton.
26 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698