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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/table/colspanMinWidth-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 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutTable {TABLE} at (0,0) size 143x39 6 LayoutTable {TABLE} at (0,0) size 143x39
7 LayoutTableSection {TBODY} at (0,0) size 143x39 7 LayoutTableSection {TBODY} at (0,0) size 143x39
8 LayoutTableRow {TR} at (0,2) size 2x39 8 LayoutTableRow {TR} at (2,0) size 2x39
9 LayoutTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs =1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs =1 cs=1]
10 LayoutTableRow {TR} at (0,6) size 0x39 10 LayoutTableRow {TR} at (6,0) size 0x39
11 LayoutTableCell {TD} at (6,2) size 2x31 [bgcolor=#008000] [r=1 c=0 r s=2 cs=2] 11 LayoutTableCell {TD} at (6,2) size 2x31 [bgcolor=#008000] [r=1 c=0 r s=2 cs=2]
12 LayoutTableRow {TR} at (0,8) size 0x39 12 LayoutTableRow {TR} at (8,0) size 0x39
13 LayoutTableCell {TD} at (8,100) size 133x-129 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1] 13 LayoutTableCell {TD} at (8,100) size 133x-129 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
14 LayoutTableRow {TR} at (0,10) size 131x39 14 LayoutTableRow {TR} at (10,0) size 131x39
15 LayoutTableCell {TD} at (10,2) size 131x31 [bgcolor=#00FFFF] [r=3 c= 0 rs=1 cs=2] 15 LayoutTableCell {TD} at (10,2) size 131x31 [bgcolor=#00FFFF] [r=3 c= 0 rs=1 cs=2]
16 LayoutTable {TABLE} at (1,1) size 129x29 16 LayoutTable {TABLE} at (1,1) size 129x29
17 LayoutTableSection {TBODY} at (0,0) size 129x29 17 LayoutTableSection {TBODY} at (0,0) size 129x29
18 LayoutTableRow {TR} at (0,2) size 125x29 18 LayoutTableRow {TR} at (2,0) size 125x29
19 LayoutTableCell {TD} at (2,63) size 125x-121 [bgcolor=#FF00F F] [r=0 c=0 rs=1 cs=1] 19 LayoutTableCell {TD} at (2,63) size 125x-121 [bgcolor=#FF00F F] [r=0 c=0 rs=1 cs=1]
20 LayoutTableCell {TD} at (2,6) size 125x21 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1] 20 LayoutTableCell {TD} at (2,6) size 125x21 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
21 LayoutTextControl {INPUT} at (1,1) size 123x19 [bgcolor=#F FFFFF] [border: (2px inset #EEEEEE)] 21 LayoutTextControl {INPUT} at (1,1) size 123x19 [bgcolor=#F FFFFF] [border: (2px inset #EEEEEE)]
22 LayoutText {#text} at (0,0) size 0x0 22 LayoutText {#text} at (0,0) size 0x0
23 layer at (17,21) size 117x13 23 layer at (17,21) size 117x13
24 LayoutBlockFlow {DIV} at (3,3) size 117x13 24 LayoutBlockFlow {DIV} at (3,3) size 117x13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698