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

Side by Side Diff: LayoutTests/platform/mac/fast/text-autosizing/tables/lots-of-text-many-cells-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 800x132 3 layer at (0,0) size 800x132
4 RenderBlock {HTML} at (0,0) size 800x132 4 RenderBlock {HTML} at (0,0) size 800x132
5 RenderBody {BODY} at (0,0) size 800x131 5 RenderBody {BODY} at (0,0) size 800x131
6 RenderBlock {DIV} at (0,0) size 600x36 6 RenderBlock {DIV} at (0,0) size 600x36
7 RenderText {#text} at (0,0) size 249x14 7 RenderText {#text} at (0,0) size 249x14
8 text run at (0,0) width 249: "Table autosizing tests - lots-of-text-ma ny-cells.html" 8 text run at (0,0) width 249: "Table autosizing tests - lots-of-text-ma ny-cells.html"
9 RenderBR {BR} at (248,0) size 1x14 9 LayoutBR {BR} at (248,0) size 1x14
10 RenderText {#text} at (0,14) size 251x14 10 RenderText {#text} at (0,14) size 251x14
11 text run at (0,14) width 251: "This test passes if none of the 18 cell s are autosized." 11 text run at (0,14) width 251: "This test passes if none of the 18 cell s are autosized."
12 LayoutTable {TABLE} at (1,37) size 798x94 [border: none] 12 LayoutTable {TABLE} at (1,37) size 798x94 [border: none]
13 LayoutTableSection {TBODY} at (0,0) size 797x93 13 LayoutTableSection {TBODY} at (0,0) size 797x93
14 LayoutTableRow {TR} at (0,0) size 797x31 14 LayoutTableRow {TR} at (0,0) size 797x31
15 LayoutTableCell {TD} at (0,7) size 132x17 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=0 rs=1 cs=1] 15 LayoutTableCell {TD} at (0,7) size 132x17 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=0 rs=1 cs=1]
16 RenderText {#text} at (2,2) size 24x14 16 RenderText {#text} at (2,2) size 24x14
17 text run at (2,2) width 24: "hello" 17 text run at (2,2) width 24: "hello"
18 LayoutTableCell {TD} at (132,0) size 133x31 [bgcolor=#F0FFF0] [borde r: (1px dotted #006400)] [r=0 c=1 rs=1 cs=1] 18 LayoutTableCell {TD} at (132,0) size 133x31 [bgcolor=#F0FFF0] [borde r: (1px dotted #006400)] [r=0 c=1 rs=1 cs=1]
19 RenderText {#text} at (2,2) size 105x28 19 RenderText {#text} at (2,2) size 105x28
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 text run at (2,2) width 105: "hello hello hello hello" 78 text run at (2,2) width 105: "hello hello hello hello"
79 text run at (2,16) width 78: "hello hello hello" 79 text run at (2,16) width 78: "hello hello hello"
80 LayoutTableCell {TD} at (531,62) size 133x31 [bgcolor=#F0FFF0] [bord er: (1px dotted #006400)] [r=2 c=4 rs=1 cs=1] 80 LayoutTableCell {TD} at (531,62) size 133x31 [bgcolor=#F0FFF0] [bord er: (1px dotted #006400)] [r=2 c=4 rs=1 cs=1]
81 RenderText {#text} at (2,2) size 105x28 81 RenderText {#text} at (2,2) size 105x28
82 text run at (2,2) width 105: "hello hello hello hello" 82 text run at (2,2) width 105: "hello hello hello hello"
83 text run at (2,16) width 78: "hello hello hello" 83 text run at (2,16) width 78: "hello hello hello"
84 LayoutTableCell {TD} at (664,62) size 133x31 [bgcolor=#F0FFF0] [bord er: (1px dotted #006400)] [r=2 c=5 rs=1 cs=1] 84 LayoutTableCell {TD} at (664,62) size 133x31 [bgcolor=#F0FFF0] [bord er: (1px dotted #006400)] [r=2 c=5 rs=1 cs=1]
85 RenderText {#text} at (2,2) size 105x28 85 RenderText {#text} at (2,2) size 105x28
86 text run at (2,2) width 105: "hello hello hello hello" 86 text run at (2,2) width 105: "hello hello hello hello"
87 text run at (2,16) width 78: "hello hello hello" 87 text run at (2,16) width 78: "hello hello hello"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698