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

Side by Side Diff: LayoutTests/platform/win/editing/selection/node-removal-2-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: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BOD Y > HTML > #document to 7 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 0 of #text > P > BODY > HTML > #document to 7 of #text > DIV > BODY > H TML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
5 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
6 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
7 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
8 RenderBody {BODY} at (8,8) size 784x584 7 RenderBody {BODY} at (8,8) size 784x584
9 RenderBlock {P} at (0,0) size 784x40 8 RenderBlock {P} at (0,0) size 784x40
10 RenderText {#text} at (0,0) size 783x39 9 RenderText {#text} at (0,0) size 783x39
11 text run at (0,0) width 651: "This tests behavior when a node that ser ves as the start or end of a selection is removed from the document. " 10 text run at (0,0) width 651: "This tests behavior when a node that ser ves as the start or end of a selection is removed from the document. "
12 text run at (651,0) width 132: "Ideally, we would just" 11 text run at (651,0) width 132: "Ideally, we would just"
13 text run at (0,20) width 552: "adjust the selection when an endpoint i s removed, for now, we just blow away the selection." 12 text run at (0,20) width 552: "adjust the selection when an endpoint i s removed, for now, we just blow away the selection."
14 RenderBlock {P} at (0,56) size 784x40 13 RenderBlock {P} at (0,56) size 784x40
15 RenderText {#text} at (0,0) size 735x39 14 RenderText {#text} at (0,0) size 735x39
16 text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. " 15 text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. "
17 text run at (455,0) width 164: "Then the node is removed. " 16 text run at (455,0) width 164: "Then the node is removed. "
18 text run at (619,0) width 116: "Then a Select All is" 17 text run at (619,0) width 116: "Then a Select All is"
19 text run at (0,20) width 62: "executed. " 18 text run at (0,20) width 62: "executed. "
20 text run at (62,20) width 242: "The entire document should be selected ." 19 text run at (62,20) width 242: "The entire document should be selected ."
21 RenderBlock {DIV} at (0,112) size 784x20 20 RenderBlock {DIV} at (0,112) size 784x20
22 RenderText {#text} at (0,0) size 32x19 21 RenderText {#text} at (0,0) size 32x19
23 text run at (0,0) width 32: "hello " 22 text run at (0,0) width 32: "hello "
24 RenderText {#text} at (32,0) size 40x19 23 RenderText {#text} at (32,0) size 40x19
25 text run at (32,0) width 40: "world!" 24 text run at (32,0) width 40: "world!"
26 selection start: position 0 of child 0 {#text} of child 1 {P} of body 25 selection start: position 0 of child 0 {#text} of child 1 {P} of body
27 selection end: position 7 of child 1 {#text} of child 5 {DIV} of body 26 selection end: position 7 of child 1 {#text} of child 5 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698