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

Side by Side Diff: LayoutTests/platform/win/editing/inserting/insert-at-end-01-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 DIV > BODY > HTML > #document to 6 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BOD Y > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 layer at (0,0) size 800x600 6 layer at (0,0) size 800x600
10 RenderView at (0,0) size 800x600 7 RenderView at (0,0) size 800x600
11 layer at (0,0) size 800x600 8 layer at (0,0) size 800x600
12 RenderBlock {HTML} at (0,0) size 800x600 9 RenderBlock {HTML} at (0,0) size 800x600
13 RenderBody {BODY} at (8,8) size 784x584 10 RenderBody {BODY} at (8,8) size 784x584
14 RenderBlock {P} at (0,0) size 784x20 11 RenderBlock {P} at (0,0) size 784x20
15 RenderText {#text} at (0,0) size 356x19 12 RenderText {#text} at (0,0) size 356x19
16 text run at (0,0) width 356: "This tests the visual position at the en d of an editable block." 13 text run at (0,0) width 356: "This tests the visual position at the en d of an editable block."
17 RenderBlock {P} at (0,36) size 784x40 14 RenderBlock {P} at (0,36) size 784x40
18 RenderText {#text} at (0,0) size 762x39 15 RenderText {#text} at (0,0) size 762x39
19 text run at (0,0) width 569: "When the document ended with a <br>, the re were visual positions at both [br, 0] and [br, 1]. " 16 text run at (0,0) width 569: "When the document ended with a <br>, the re were visual positions at both [br, 0] and [br, 1]. "
20 text run at (569,0) width 193: "This would produce inconsistent" 17 text run at (569,0) width 193: "This would produce inconsistent"
21 text run at (0,20) width 288: "behavior when editing at the end of a d ocument." 18 text run at (0,20) width 288: "behavior when editing at the end of a d ocument."
22 RenderBlock {DIV} at (0,92) size 784x72 [border: (2px solid #AAAAFF)] 19 RenderBlock {DIV} at (0,92) size 784x72 [border: (2px solid #AAAAFF)]
23 RenderBlock {DIV} at (2,2) size 780x24 [border: (2px solid #FFAAAA)] 20 RenderBlock {DIV} at (2,2) size 780x24 [border: (2px solid #FFAAAA)]
24 RenderText {#text} at (2,2) size 87x19 21 RenderText {#text} at (2,2) size 87x19
25 text run at (2,2) width 87: "paragraph one" 22 text run at (2,2) width 87: "paragraph one"
26 RenderBlock {DIV} at (2,26) size 780x24 [border: (2px solid #FFAAAA)] 23 RenderBlock {DIV} at (2,26) size 780x24 [border: (2px solid #FFAAAA)]
27 RenderText {#text} at (2,2) size 88x19 24 RenderText {#text} at (2,2) size 88x19
28 text run at (2,2) width 88: "paragraph two" 25 text run at (2,2) width 88: "paragraph two"
29 RenderBlock (anonymous) at (2,50) size 780x20 26 RenderBlock (anonymous) at (2,50) size 780x20
30 RenderText {#text} at (0,0) size 7x19 27 RenderText {#text} at (0,0) size 7x19
31 text run at (0,0) width 7: "x" 28 text run at (0,0) width 7: "x"
32 caret: position 1 of child 5 {#text} of child 5 {DIV} of body 29 caret: position 1 of child 5 {#text} of child 5 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698