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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/auto-with-percent-height-vertical-expected.txt

Issue 2399633002: Store physical location in LayoutTableRow, just like in all other objects. (Closed)
Patch Set: Back out unintended png change Created 4 years, 2 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 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x203 3 layer at (0,0) size 800x203
4 LayoutBlockFlow {HTML} at (0,0) size 800x203 4 LayoutBlockFlow {HTML} at (0,0) size 800x203
5 LayoutBlockFlow {BODY} at (8,16) size 784x171 5 LayoutBlockFlow {BODY} at (8,16) size 784x171
6 LayoutTable {TABLE} at (16,0) size 60x86 [border: (3px solid #FF0000)] 6 LayoutTable {TABLE} at (16,0) size 60x86 [border: (3px solid #FF0000)]
7 LayoutTableSection {TBODY} at (3,3) size 54x80 7 LayoutTableSection {TBODY} at (3,3) size 54x80
8 LayoutTableRow {TR} at (0,2) size 50x80 8 LayoutTableRow {TR} at (2,0) size 50x80
9 LayoutTableCell {TD} at (2,2) size 50x76 [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 50x76 [r=0 c=0 rs=1 cs=1]
10 LayoutTable {TABLE} at (1,1) size 24x72 [color=#FFFFFF] [bgcolor=# 800080] 10 LayoutTable {TABLE} at (1,1) size 24x72 [color=#FFFFFF] [bgcolor=# 800080]
11 LayoutTableSection {TBODY} at (0,0) size 24x72 11 LayoutTableSection {TBODY} at (0,0) size 24x72
12 LayoutTableRow {TR} at (0,2) size 20x72 12 LayoutTableRow {TR} at (2,0) size 20x72
13 LayoutTableCell {TD} at (2,2) size 20x68 [r=0 c=0 rs=1 cs=1] 13 LayoutTableCell {TD} at (2,2) size 20x68 [r=0 c=0 rs=1 cs=1]
14 LayoutText {#text} at (1,1) size 18x66 14 LayoutText {#text} at (1,1) size 18x66
15 text run at (1,1) width 66: "Table One" 15 text run at (1,1) width 66: "Table One"
16 LayoutTable {TABLE} at (25,1) size 24x74 [color=#FFFFFF] [bgcolor= #800080] 16 LayoutTable {TABLE} at (25,1) size 24x74 [color=#FFFFFF] [bgcolor= #800080]
17 LayoutTableSection {TBODY} at (0,0) size 24x74 17 LayoutTableSection {TBODY} at (0,0) size 24x74
18 LayoutTableRow {TR} at (0,2) size 20x74 18 LayoutTableRow {TR} at (2,0) size 20x74
19 LayoutTableCell {TD} at (2,2) size 20x70 [r=0 c=0 rs=1 cs=1] 19 LayoutTableCell {TD} at (2,2) size 20x70 [r=0 c=0 rs=1 cs=1]
20 LayoutText {#text} at (1,1) size 18x68 20 LayoutText {#text} at (1,1) size 18x68
21 text run at (1,1) width 68: "Table Two" 21 text run at (1,1) width 68: "Table Two"
22 LayoutTable {TABLE} at (16,102) size 48x69 [border: (3px solid #FF0000)] 22 LayoutTable {TABLE} at (16,102) size 48x69 [border: (3px solid #FF0000)]
23 LayoutTableSection {TBODY} at (3,3) size 42x63 23 LayoutTableSection {TBODY} at (3,3) size 42x63
24 LayoutTableRow {TR} at (0,2) size 38x63 24 LayoutTableRow {TR} at (2,0) size 38x63
25 LayoutTableCell {TD} at (2,2) size 38x59 [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (2,2) size 38x59 [r=0 c=0 rs=1 cs=1]
26 LayoutBlockFlow {DIV} at (1,1) size 18x57 [color=#FFFFFF] [bgcolor =#800080] 26 LayoutBlockFlow {DIV} at (1,1) size 18x57 [color=#FFFFFF] [bgcolor =#800080]
27 LayoutText {#text} at (0,0) size 18x55 27 LayoutText {#text} at (0,0) size 18x55
28 text run at (0,0) width 55: "Div One" 28 text run at (0,0) width 55: "Div One"
29 LayoutBlockFlow {DIV} at (19,1) size 18x57 [color=#FFFFFF] [bgcolo r=#800080] 29 LayoutBlockFlow {DIV} at (19,1) size 18x57 [color=#FFFFFF] [bgcolo r=#800080]
30 LayoutText {#text} at (0,0) size 18x57 30 LayoutText {#text} at (0,0) size 18x57
31 text run at (0,0) width 57: "Div Two" 31 text run at (0,0) width 57: "Div Two"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698