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

Side by Side Diff: LayoutTests/editing/selection/mixed-editability-3-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 3 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: shouldEndEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
5 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
6 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > DIV > B ODY > HTML > #document
7 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
10 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
11 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
12 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
13 RenderBody {BODY} at (8,8) size 784x584 7 RenderBody {BODY} at (8,8) size 784x584
14 RenderBlock {P} at (0,0) size 784x36 8 RenderBlock {P} at (0,0) size 784x36
15 RenderText {#text} at (0,0) size 754x36 9 RenderText {#text} at (0,0) size 754x36
16 text run at (0,0) width 459: "This tests moving the caret forward thro ugh content of mixed editability. " 10 text run at (0,0) width 459: "This tests moving the caret forward thro ugh content of mixed editability. "
17 text run at (459,0) width 295: "The caret should move down one line fr om the" 11 text run at (459,0) width 295: "The caret should move down one line fr om the"
18 text run at (0,18) width 470: "editable piece to the editable piece th at's embedded in a non-editable piece." 12 text run at (0,18) width 470: "editable piece to the editable piece th at's embedded in a non-editable piece."
19 RenderBlock {DIV} at (0,52) size 784x64 13 RenderBlock {DIV} at (0,52) size 784x64
20 RenderBlock (anonymous) at (0,0) size 784x18 14 RenderBlock (anonymous) at (0,0) size 784x18
21 RenderText {#text} at (0,0) size 49x18 15 RenderText {#text} at (0,0) size 49x18
22 text run at (0,0) width 49: "editable" 16 text run at (0,0) width 49: "editable"
23 RenderTable {TABLE} at (0,18) size 59x28 [border: (1px outset #808080)] 17 RenderTable {TABLE} at (0,18) size 59x28 [border: (1px outset #808080)]
24 RenderTableSection {TBODY} at (1,1) size 57x26 18 RenderTableSection {TBODY} at (1,1) size 57x26
25 RenderTableRow {TR} at (0,2) size 57x22 19 RenderTableRow {TR} at (0,2) size 57x22
26 RenderTableCell {TD} at (2,2) size 53x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1] 20 RenderTableCell {TD} at (2,2) size 53x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
27 RenderText {#text} at (2,2) size 49x18 21 RenderText {#text} at (2,2) size 49x18
28 text run at (2,2) width 49: "editable" 22 text run at (2,2) width 49: "editable"
29 RenderBlock (anonymous) at (0,46) size 784x18 23 RenderBlock (anonymous) at (0,46) size 784x18
30 RenderText {#text} at (0,0) size 49x18 24 RenderText {#text} at (0,0) size 49x18
31 text run at (0,0) width 49: "editable" 25 text run at (0,0) width 49: "editable"
32 caret: position 0 of child 0 {#text} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body 26 caret: position 0 of child 0 {#text} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698