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

Side by Side Diff: LayoutTests/editing/selection/skip-non-editable-1-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: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #do cument to 12 of BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of BODY > HTML > #docu ment to 12 of BODY > HTML > #document
6 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
7 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of TD > TR > TBODY > TABLE > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > BODY > HTML > #document
8 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of TD > TR > TBODY > T ABLE > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > BODY > HTML > # document
11 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
12 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #do cument to 12 of BODY > HTML > #document
13 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of BODY > HTML > #docu ment to 12 of BODY > HTML > #document
17 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
18 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of TD > TR > TBODY > TABLE > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > BODY > HTML > #document
19 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
20 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
21 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of TD > TR > TBODY > T ABLE > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > BODY > HTML > # document
22 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
23 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #do cument to 12 of BODY > HTML > #document
24 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
26 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
28 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of BODY > HTML > #docu ment to 12 of BODY > HTML > #document 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
29 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
30 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of TD > TR > TBODY > TABLE > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > BODY > HTML > #document 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
31 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
32 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
33 This tests moving the caret in content of mixed editability. The caret should ju mp to the next editable region that shares a common editable ancestor when it re aches non-editable content. 11 This tests moving the caret in content of mixed editability. The caret should ju mp to the next editable region that shares a common editable ancestor when it re aches non-editable content.
34 12
35 editable content 13 editable content
36 non-editable content non-editable content editable content 14 non-editable content non-editable content editable content
37 editable content 15 editable content
38 Success 16 Success
39 Success 17 Success
40 Success 18 Success
41 Success 19 Success
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698