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

Side by Side Diff: LayoutTests/platform/win/editing/style/table-selection-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 4 of 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
11 layer at (0,0) size 800x600 9 layer at (0,0) size 800x600
12 RenderView at (0,0) size 800x600 10 RenderView at (0,0) size 800x600
13 layer at (0,0) size 800x600 11 layer at (0,0) size 800x600
14 RenderBlock {HTML} at (0,0) size 800x600 12 RenderBlock {HTML} at (0,0) size 800x600
15 RenderBody {BODY} at (8,8) size 784x584 13 RenderBody {BODY} at (8,8) size 784x584
16 RenderBlock {DIV} at (0,0) size 784x78 [border: (2px solid #FF0000)] 14 RenderBlock {DIV} at (0,0) size 784x78 [border: (2px solid #FF0000)]
17 RenderTable {TABLE} at (14,14) size 30x50 15 RenderTable {TABLE} at (14,14) size 30x50
18 RenderTableSection {TBODY} at (0,0) size 30x50 16 RenderTableSection {TBODY} at (0,0) size 30x50
19 RenderTableRow {TR} at (0,2) size 30x22 17 RenderTableRow {TR} at (0,2) size 30x22
20 RenderTableCell {TD} at (2,2) size 26x22 [r=0 c=0 rs=1 cs=1] 18 RenderTableCell {TD} at (2,2) size 26x22 [r=0 c=0 rs=1 cs=1]
21 RenderText {#text} at (1,1) size 24x19 19 RenderText {#text} at (1,1) size 24x19
22 text run at (1,1) width 24: "foo" 20 text run at (1,1) width 24: "foo"
23 RenderTableRow {TR} at (0,26) size 30x22 21 RenderTableRow {TR} at (0,26) size 30x22
24 RenderTableCell {TD} at (2,26) size 26x22 [r=1 c=0 rs=1 cs=1] 22 RenderTableCell {TD} at (2,26) size 26x22 [r=1 c=0 rs=1 cs=1]
25 RenderText {#text} at (2,1) size 22x19 23 RenderText {#text} at (2,1) size 22x19
26 text run at (2,1) width 22: "bar" 24 text run at (2,1) width 22: "bar"
27 selection start: position 1 of child 0 {#text} of child 1 {TD} of child 0 {TR} o f child 1 {TBODY} of child 1 {TABLE} of child 1 {DIV} of body 25 selection start: position 1 of child 0 {#text} of child 1 {TD} of child 0 {TR} o f child 1 {TBODY} of child 1 {TABLE} of child 1 {DIV} of body
28 selection end: position 2 of child 1 {TABLE} of child 1 {DIV} of body 26 selection end: position 2 of child 1 {TABLE} of child 1 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698