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

Side by Side Diff: LayoutTests/platform/win-xp/editing/selection/node-removal-2-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 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
5 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
6 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
7 RenderBody {BODY} at (8,8) size 784x584 7 RenderBody {BODY} at (8,8) size 784x584
8 RenderBlock {P} at (0,0) size 784x40 8 RenderBlock {P} at (0,0) size 784x40
9 RenderText {#text} at (0,0) size 783x39 9 RenderText {#text} at (0,0) size 783x39
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. " 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. "
11 text run at (651,0) width 132: "Ideally, we would just" 11 text run at (651,0) width 132: "Ideally, we would just"
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." 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."
13 RenderBlock {P} at (0,56) size 784x40 13 RenderBlock {P} at (0,56) size 784x40
14 RenderText {#text} at (0,0) size 735x39 14 RenderText {#text} at (0,0) size 735x39
15 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. "
16 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. "
17 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"
18 text run at (0,20) width 62: "executed. " 18 text run at (0,20) width 62: "executed. "
19 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 ."
20 RenderBlock {DIV} at (0,112) size 784x20 20 RenderBlock {DIV} at (0,112) size 784x20
21 RenderText {#text} at (0,0) size 32x19 21 RenderText {#text} at (0,0) size 32x19
22 text run at (0,0) width 32: "hello " 22 text run at (0,0) width 32: "hello "
23 RenderText {#text} at (32,0) size 40x19 23 RenderText {#text} at (32,0) size 40x19
24 text run at (32,0) width 40: "world!" 24 text run at (32,0) width 40: "world!"
25 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
26 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