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

Side by Side Diff: LayoutTests/platform/mac/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 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 564x18 7 RenderText {#text} at (0,0) size 564x18
8 text run at (0,0) width 564: "This tests for sentence boundary when th ere are empty line breaks between lines of text." 8 text run at (0,0) width 564: "This tests for sentence boundary when th ere are empty line breaks between lines of text."
9 RenderBR {BR} at (563,14) size 1x0 9 LayoutBR {BR} at (563,14) size 1x0
10 RenderText {#text} at (0,18) size 501x18 10 RenderText {#text} at (0,18) size 501x18
11 text run at (0,18) width 501: "The result insertion point should be at the end of the sentence \"How are you?\"" 11 text run at (0,18) width 501: "The result insertion point should be at the end of the sentence \"How are you?\""
12 RenderBlock {DIV} at (0,52) size 784x108 12 RenderBlock {DIV} at (0,52) size 784x108
13 RenderBlock (anonymous) at (0,0) size 784x18 13 RenderBlock (anonymous) at (0,0) size 784x18
14 RenderText {#text} at (0,0) size 32x18 14 RenderText {#text} at (0,0) size 32x18
15 text run at (0,0) width 32: "hello" 15 text run at (0,0) width 32: "hello"
16 RenderBlock {DIV} at (0,18) size 784x18 16 RenderBlock {DIV} at (0,18) size 784x18
17 RenderBR {BR} at (0,0) size 0x18 17 LayoutBR {BR} at (0,0) size 0x18
18 RenderBlock {DIV} at (0,36) size 784x18 18 RenderBlock {DIV} at (0,36) size 784x18
19 RenderText {#text} at (0,0) size 38x18 19 RenderText {#text} at (0,0) size 38x18
20 text run at (0,0) width 38: "world" 20 text run at (0,0) width 38: "world"
21 RenderBlock {DIV} at (0,54) size 784x18 21 RenderBlock {DIV} at (0,54) size 784x18
22 RenderBR {BR} at (0,0) size 0x18 22 LayoutBR {BR} at (0,0) size 0x18
23 RenderBlock {DIV} at (0,72) size 784x18 23 RenderBlock {DIV} at (0,72) size 784x18
24 RenderBR {BR} at (0,0) size 0x18 24 LayoutBR {BR} at (0,0) size 0x18
25 RenderBlock {DIV} at (0,90) size 784x18 25 RenderBlock {DIV} at (0,90) size 784x18
26 RenderText {#text} at (0,0) size 270x18 26 RenderText {#text} at (0,0) size 270x18
27 text run at (0,0) width 89: "This is a test. " 27 text run at (0,0) width 89: "This is a test. "
28 text run at (88,0) width 95: "How are you? " 28 text run at (88,0) width 95: "How are you? "
29 text run at (182,0) width 88: "Life is sweet!" 29 text run at (182,0) width 88: "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