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

Side by Side Diff: LayoutTests/platform/win-xp/editing/selection/node-removal-1-expected.txt

Issue 304233009: Unreviewed Win XP rebaselines for r175038, part 6 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderBlock {HTML} at (0,0) size 800x600 5 RenderBlock {HTML} at (0,0) size 800x600
6 RenderBody {BODY} at (8,8) size 784x584 6 RenderBody {BODY} at (8,8) size 784x584
7 RenderBlock {P} at (0,0) size 784x40 7 RenderBlock {P} at (0,0) size 784x40
8 RenderText {#text} at (0,0) size 783x39 8 RenderText {#text} at (0,0) size 783x39
9 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. " 9 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 (651,0) width 132: "Ideally, we would just" 10 text run at (651,0) width 132: "Ideally, we would just"
11 text run at (0,20) width 552: "adjust the selection when an endpoint i s removed, for now, we just blow away the selection." 11 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 RenderBlock {P} at (0,56) size 784x40 12 RenderBlock {P} at (0,56) size 784x40
13 RenderText {#text} at (0,0) size 735x39 13 RenderText {#text} at (0,0) size 735x39
14 text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. " 14 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 (455,0) width 164: "Then the node is removed. " 15 text run at (455,0) width 164: "Then the node is removed. "
16 text run at (619,0) width 116: "There should be no" 16 text run at (619,0) width 116: "There should be no"
17 text run at (0,20) width 118: "selection afterward." 17 text run at (0,20) width 118: "selection afterward."
18 RenderBlock {DIV} at (0,112) size 784x20 18 RenderBlock {DIV} at (0,112) size 784x20
19 RenderText {#text} at (0,0) size 32x19 19 RenderText {#text} at (0,0) size 32x19
20 text run at (0,0) width 32: "hello " 20 text run at (0,0) width 32: "hello "
21 RenderText {#text} at (32,0) size 40x19 21 RenderText {#text} at (32,0) size 40x19
22 text run at (32,0) width 40: "world!" 22 text run at (32,0) width 40: "world!"
23 selection start: position 1 of child 0 {#text} of child 5 {DIV} of body 23 selection start: position 1 of child 0 {#text} of child 5 {DIV} of body
24 selection end: position 1 of child 5 {DIV} of body 24 selection end: position 1 of child 5 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698