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

Side by Side Diff: LayoutTests/platform/linux/editing/execCommand/4916541-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 777x39 7 RenderText {#text} at (0,0) size 777x39
8 text run at (0,0) width 358: "This tests selection preservation during an indent operation. " 8 text run at (0,0) width 358: "This tests selection preservation during an indent operation. "
9 text run at (358,0) width 419: "The selection should start and end in the same parts of the words 'foo'" 9 text run at (358,0) width 419: "The selection should start and end in the same parts of the words 'foo'"
10 text run at (0,20) width 279: "and 'bar' before and after the indent o peration." 10 text run at (0,20) width 279: "and 'bar' before and after the indent o peration."
11 RenderBlock {DIV} at (0,56) size 784x40 11 RenderBlock {DIV} at (0,56) size 784x40
12 RenderBlock {BLOCKQUOTE} at (40,0) size 744x40 12 RenderBlock {BLOCKQUOTE} at (40,0) size 744x40
13 RenderInline {SPAN} at (0,0) size 20x19 13 RenderInline {SPAN} at (0,0) size 20x19
14 RenderText {#text} at (0,0) size 20x19 14 RenderText {#text} at (0,0) size 20x19
15 text run at (0,0) width 20: "foo" 15 text run at (0,0) width 20: "foo"
16 RenderBR {BR} at (20,15) size 0x0 16 LayoutBR {BR} at (20,15) size 0x0
17 RenderInline {SPAN} at (0,0) size 20x19 17 RenderInline {SPAN} at (0,0) size 20x19
18 RenderText {#text} at (0,20) size 20x19 18 RenderText {#text} at (0,20) size 20x19
19 text run at (0,20) width 20: "bar" 19 text run at (0,20) width 20: "bar"
20 selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLO CKQUOTE} of child 2 {DIV} of body 20 selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLO CKQUOTE} of child 2 {DIV} of body
21 selection end: position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLO CKQUOTE} of child 2 {DIV} of body 21 selection end: position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLO CKQUOTE} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698