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

Side by Side Diff: LayoutTests/editing/selection/move-between-lines-of-different-editabilities-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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
5 This test moves caret between lines of different editabilities. 4 This test moves caret between lines of different editabilities.
6 5
7 Initial condition: 6 Initial condition:
8 | " 7 | "
9 Line 1<#selection-caret> editable" 8 Line 1<#selection-caret> editable"
10 | <div> 9 | <div>
11 | contenteditable="false" 10 | contenteditable="false"
12 | "Uneditable div 1" 11 | "Uneditable div 1"
13 | " 12 | "
14 Line 2 editable" 13 Line 2 editable"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 | <div> 51 | <div>
53 | contenteditable="false" 52 | contenteditable="false"
54 | "Uneditable div 1" 53 | "Uneditable div 1"
55 | " 54 | "
56 Line 2 editable" 55 Line 2 editable"
57 | <div> 56 | <div>
58 | contenteditable="false" 57 | contenteditable="false"
59 | "Uneditable div 2" 58 | "Uneditable div 2"
60 | " 59 | "
61 Line 3 editable<#selection-caret>" 60 Line 3 editable<#selection-caret>"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698