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

Side by Side Diff: LayoutTests/platform/mac/editing/selection/7152-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 7 of BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of P > BODY > HTML > #document to 0 of P > BODY > HTML > #document toDOMRange:range from 0 of #text > P > BODY > HTML > #document to 6 of BODY > HTML > #document affinity:NSSelecti onAffinityDownstream stillSelecting:FALSE
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
7 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
8 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
9 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
10 RenderBody {BODY} at (8,8) size 784x584 7 RenderBody {BODY} at (8,8) size 784x584
11 RenderBlock {P} at (0,0) size 784x54 8 RenderBlock {P} at (0,0) size 784x54
12 RenderText {#text} at (0,0) size 131x18 9 RenderText {#text} at (0,0) size 131x18
13 text run at (0,0) width 131: "This is a testcase for " 10 text run at (0,0) width 131: "This is a testcase for "
14 RenderInline {A} at (0,0) size 343x18 [color=#0000EE] 11 RenderInline {A} at (0,0) size 343x18 [color=#0000EE]
(...skipping 12 matching lines...) Expand all
27 RenderTableRow {TR} at (0,2) size 159x22 24 RenderTableRow {TR} at (0,2) size 159x22
28 RenderTableCell {TD} at (2,2) size 155x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 25 RenderTableCell {TD} at (2,2) size 155x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
29 RenderText {#text} at (2,2) size 151x18 26 RenderText {#text} at (2,2) size 151x18
30 text run at (2,2) width 151: "This should be selected." 27 text run at (2,2) width 151: "This should be selected."
31 RenderTableRow {TR} at (0,26) size 159x22 28 RenderTableRow {TR} at (0,26) size 159x22
32 RenderTableCell {TD} at (2,26) size 155x22 [border: (1px inset #8080 80)] [r=1 c=0 rs=1 cs=1] 29 RenderTableCell {TD} at (2,26) size 155x22 [border: (1px inset #8080 80)] [r=1 c=0 rs=1 cs=1]
33 RenderText {#text} at (2,2) size 151x18 30 RenderText {#text} at (2,2) size 151x18
34 text run at (2,2) width 151: "This should be selected." 31 text run at (2,2) width 151: "This should be selected."
35 selection start: position 0 of child 0 {#text} of child 1 {P} of body 32 selection start: position 0 of child 0 {#text} of child 1 {P} of body
36 selection end: position 1 of child 5 {TABLE} of body 33 selection end: position 1 of child 5 {TABLE} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698