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

Side by Side Diff: LayoutTests/platform/win/tables/mozilla/marvin/table_row_align_right-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 (anonymous) at (0,0) size 784x36 6 RenderBlock (anonymous) at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 764x35 7 RenderText {#text} at (0,0) size 764x35
8 text run at (0,0) width 536: "The table displayed is two rows by three columns. Each table row has been aligned " 8 text run at (0,0) width 536: "The table displayed is two rows by three columns. Each table row has been aligned "
9 text run at (535,0) width 229: "right. The table has been assigned a" 9 text run at (535,0) width 229: "right. The table has been assigned a"
10 text run at (0,18) width 284: "width and border value so that it is ea sier to " 10 text run at (0,18) width 284: "width and border value so that it is ea sier to "
11 text run at (283,18) width 117: "see the alignment." 11 text run at (283,18) width 117: "see the alignment."
12 RenderBR {BR} at (399,32) size 1x0 12 LayoutBR {BR} at (399,32) size 1x0
13 LayoutTable {TABLE} at (0,36) size 300x52 [border: (1px outset #808080)] 13 LayoutTable {TABLE} at (0,36) size 300x52 [border: (1px outset #808080)]
14 LayoutTableSection {TBODY} at (1,1) size 298x50 14 LayoutTableSection {TBODY} at (1,1) size 298x50
15 LayoutTableRow {TR} at (0,2) size 298x22 15 LayoutTableRow {TR} at (0,2) size 298x22
16 LayoutTableCell {TD} at (2,2) size 97x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 16 LayoutTableCell {TD} at (2,2) size 97x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
17 RenderText {#text} at (31,2) size 64x17 17 RenderText {#text} at (31,2) size 64x17
18 text run at (31,2) width 64: "Navigator" 18 text run at (31,2) width 64: "Navigator"
19 LayoutTableCell {TD} at (101,2) size 102x22 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1] 19 LayoutTableCell {TD} at (101,2) size 102x22 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
20 RenderText {#text} at (30,2) size 70x17 20 RenderText {#text} at (30,2) size 70x17
21 text run at (30,2) width 70: "Messenger" 21 text run at (30,2) width 70: "Messenger"
22 LayoutTableCell {TD} at (205,2) size 91x22 [border: (1px inset #8080 80)] [r=0 c=2 rs=1 cs=1] 22 LayoutTableCell {TD} at (205,2) size 91x22 [border: (1px inset #8080 80)] [r=0 c=2 rs=1 cs=1]
23 RenderText {#text} at (33,2) size 56x17 23 RenderText {#text} at (33,2) size 56x17
24 text run at (33,2) width 56: "Collabra" 24 text run at (33,2) width 56: "Collabra"
25 LayoutTableRow {TR} at (0,26) size 298x22 25 LayoutTableRow {TR} at (0,26) size 298x22
26 LayoutTableCell {TD} at (2,26) size 97x22 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1] 26 LayoutTableCell {TD} at (2,26) size 97x22 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1]
27 RenderText {#text} at (29,2) size 66x17 27 RenderText {#text} at (29,2) size 66x17
28 text run at (29,2) width 66: "Composer" 28 text run at (29,2) width 66: "Composer"
29 LayoutTableCell {TD} at (101,26) size 102x22 [border: (1px inset #80 8080)] [r=1 c=1 rs=1 cs=1] 29 LayoutTableCell {TD} at (101,26) size 102x22 [border: (1px inset #80 8080)] [r=1 c=1 rs=1 cs=1]
30 RenderText {#text} at (42,2) size 58x17 30 RenderText {#text} at (42,2) size 58x17
31 text run at (42,2) width 58: "Calendar" 31 text run at (42,2) width 58: "Calendar"
32 LayoutTableCell {TD} at (205,26) size 91x22 [border: (1px inset #808 080)] [r=1 c=2 rs=1 cs=1] 32 LayoutTableCell {TD} at (205,26) size 91x22 [border: (1px inset #808 080)] [r=1 c=2 rs=1 cs=1]
33 RenderText {#text} at (28,2) size 61x17 33 RenderText {#text} at (28,2) size 61x17
34 text run at (28,2) width 61: "Netcaster" 34 text run at (28,2) width 61: "Netcaster"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698