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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-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 (370,0) size 430x600 3 layer at (370,0) size 430x600
4 LayoutBlockFlow {HTML} at (0,0) size 430x600 4 LayoutBlockFlow {HTML} at (0,0) size 430x600
5 LayoutBlockFlow {BODY} at (8,8) size 414x584 5 LayoutBlockFlow {BODY} at (8,8) size 414x584
6 LayoutBlockFlow {DIV} at (0,0) size 226x584 [border: (10px dotted #0000FF) ] 6 LayoutBlockFlow {DIV} at (0,0) size 226x584 [border: (10px dotted #0000FF) ]
7 LayoutTable {TABLE} at (10,10) size 206x322 [border: (5px solid #FF0000) ] 7 LayoutTable {TABLE} at (10,10) size 206x322 [border: (5px solid #FF0000) ]
8 LayoutTableSection {TBODY} at (5,5) size 176x312 8 LayoutTableSection {TBODY} at (5,5) size 176x312
9 LayoutTableRow {TR} at (0,0) size 42x312 9 LayoutTableRow {TR} at (0,0) size 42x312
10 LayoutTableCell {TD} at (0,0) size 42x312 [border: (5px solid #008 000)] [r=0 c=0 rs=1 cs=1] 10 LayoutTableCell {TD} at (0,0) size 42x312 [border: (5px solid #008 000)] [r=0 c=0 rs=1 cs=1]
11 LayoutText {#text} at (6,6) size 19x32 11 LayoutText {#text} at (6,6) size 19x32
12 text run at (6,6) width 32: "Hello" 12 text run at (6,6) width 32: "Hello"
13 LayoutTableRow {TR} at (0,42) size 62x312 13 LayoutTableRow {TR} at (42,0) size 62x312
14 LayoutTableCell {TD} at (42,0) size 62x312 [border: (15px solid #0 000FF)] [r=1 c=0 rs=1 cs=1] 14 LayoutTableCell {TD} at (42,0) size 62x312 [border: (15px solid #0 000FF)] [r=1 c=0 rs=1 cs=1]
15 LayoutText {#text} at (16,16) size 19x57 15 LayoutText {#text} at (16,16) size 19x57
16 text run at (16,16) width 57: "Goodbye" 16 text run at (16,16) width 57: "Goodbye"
17 LayoutTableRow {TR} at (0,104) size 72x312 17 LayoutTableRow {TR} at (104,0) size 72x312
18 LayoutTableCell {TD} at (104,0) size 72x312 [border: (25px solid # FF0000)] [r=2 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (104,0) size 72x312 [border: (25px solid # FF0000)] [r=2 c=0 rs=1 cs=1]
19 LayoutText {#text} at (26,26) size 19x57 19 LayoutText {#text} at (26,26) size 19x57
20 text run at (26,26) width 57: "Goodbye" 20 text run at (26,26) width 57: "Goodbye"
21 LayoutBlockFlow {DIV} at (386,0) size 28x584 [border: (1px solid #008000)] 21 LayoutBlockFlow {DIV} at (386,0) size 28x584 [border: (1px solid #008000)]
22 LayoutTable {TABLE} at (1,1) size 26x31 [border: (1px none #808080)] 22 LayoutTable {TABLE} at (1,1) size 26x31 [border: (1px none #808080)]
23 LayoutTableSection {TBODY} at (1,1) size 24x29 23 LayoutTableSection {TBODY} at (1,1) size 24x29
24 LayoutTableRow {TR} at (0,0) size 24x29 24 LayoutTableRow {TR} at (0,0) size 24x29
25 LayoutTableCell {TD} at (0,0) size 24x29 [border: (1px solid #0000 00)] [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (0,0) size 24x29 [border: (1px solid #0000 00)] [r=0 c=0 rs=1 cs=1]
26 LayoutText {#text} at (2,2) size 19x25 26 LayoutText {#text} at (2,2) size 19x25
27 text run at (2,2) width 25: "Test" 27 text run at (2,2) width 25: "Test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698