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

Side by Side Diff: LayoutTests/platform/win-xp/editing/selection/move-by-sentence-linebreak-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x40 6 RenderBlock {P} at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 528x19 7 RenderText {#text} at (0,0) size 528x19
8 text run at (0,0) width 528: "This tests for sentence boundary when th ere are empty line breaks between lines of text." 8 text run at (0,0) width 528: "This tests for sentence boundary when th ere are empty line breaks between lines of text."
9 RenderBR {BR} at (528,15) size 0x0 9 LayoutBR {BR} at (528,15) size 0x0
10 RenderText {#text} at (0,20) size 466x19 10 RenderText {#text} at (0,20) size 466x19
11 text run at (0,20) width 466: "The result insertion point should be at the end of the sentence \"How are you?\"" 11 text run at (0,20) width 466: "The result insertion point should be at the end of the sentence \"How are you?\""
12 RenderBlock {DIV} at (0,56) size 784x120 12 RenderBlock {DIV} at (0,56) size 784x120
13 RenderBlock (anonymous) at (0,0) size 784x20 13 RenderBlock (anonymous) at (0,0) size 784x20
14 RenderText {#text} at (0,0) size 28x19 14 RenderText {#text} at (0,0) size 28x19
15 text run at (0,0) width 28: "hello" 15 text run at (0,0) width 28: "hello"
16 RenderBlock {DIV} at (0,20) size 784x20 16 RenderBlock {DIV} at (0,20) size 784x20
17 RenderBR {BR} at (0,0) size 0x19 17 LayoutBR {BR} at (0,0) size 0x19
18 RenderBlock {DIV} at (0,40) size 784x20 18 RenderBlock {DIV} at (0,40) size 784x20
19 RenderText {#text} at (0,0) size 35x19 19 RenderText {#text} at (0,0) size 35x19
20 text run at (0,0) width 35: "world" 20 text run at (0,0) width 35: "world"
21 RenderBlock {DIV} at (0,60) size 784x20 21 RenderBlock {DIV} at (0,60) size 784x20
22 RenderBR {BR} at (0,0) size 0x19 22 LayoutBR {BR} at (0,0) size 0x19
23 RenderBlock {DIV} at (0,80) size 784x20 23 RenderBlock {DIV} at (0,80) size 784x20
24 RenderBR {BR} at (0,0) size 0x19 24 LayoutBR {BR} at (0,0) size 0x19
25 RenderBlock {DIV} at (0,100) size 784x20 25 RenderBlock {DIV} at (0,100) size 784x20
26 RenderText {#text} at (0,0) size 252x19 26 RenderText {#text} at (0,0) size 252x19
27 text run at (0,0) width 82: "This is a test. " 27 text run at (0,0) width 82: "This is a test. "
28 text run at (82,0) width 90: "How are you? " 28 text run at (82,0) width 90: "How are you? "
29 text run at (172,0) width 80: "Life is sweet!" 29 text run at (172,0) width 80: "Life is sweet!"
30 caret: position 30 of child 0 {#text} of child 9 {DIV} of child 2 {DIV} of body 30 caret: position 30 of child 0 {#text} of child 9 {DIV} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698