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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 (378,0) size 422x600 3 layer at (378,0) size 422x600
4 LayoutBlockFlow {HTML} at (0,0) size 422x600 4 LayoutBlockFlow {HTML} at (0,0) size 422x600
5 LayoutBlockFlow {BODY} at (8,8) size 406x584 5 LayoutBlockFlow {BODY} at (8,8) size 406x584
6 LayoutBlockFlow {DIV} at (0,0) size 220x584 [border: (10px dotted #0000FF) ] 6 LayoutBlockFlow {DIV} at (0,0) size 220x584 [border: (10px dotted #0000FF) ]
7 LayoutTable {TABLE} at (10,10) size 200x322 [border: (5px solid #FF0000) ] 7 LayoutTable {TABLE} at (10,10) size 200x322 [border: (5px solid #FF0000) ]
8 LayoutTableSection {TBODY} at (5,5) size 170x312 8 LayoutTableSection {TBODY} at (5,5) size 170x312
9 LayoutTableRow {TR} at (0,0) size 40x312 9 LayoutTableRow {TR} at (0,0) size 40x312
10 LayoutTableCell {TD} at (0,0) size 40x312 [border: (5px solid #008 000)] [r=0 c=0 rs=1 cs=1] 10 LayoutTableCell {TD} at (0,0) size 40x312 [border: (5px solid #008 000)] [r=0 c=0 rs=1 cs=1]
11 LayoutText {#text} at (6,6) size 17x36 11 LayoutText {#text} at (6,6) size 17x36
12 text run at (6,6) width 36: "Hello" 12 text run at (6,6) width 36: "Hello"
13 LayoutTableRow {TR} at (0,40) size 60x312 13 LayoutTableRow {TR} at (40,0) size 60x312
14 LayoutTableCell {TD} at (40,0) size 60x312 [border: (15px solid #0 000FF)] [r=1 c=0 rs=1 cs=1] 14 LayoutTableCell {TD} at (40,0) size 60x312 [border: (15px solid #0 000FF)] [r=1 c=0 rs=1 cs=1]
15 LayoutText {#text} at (16,16) size 17x59 15 LayoutText {#text} at (16,16) size 17x59
16 text run at (16,16) width 59: "Goodbye" 16 text run at (16,16) width 59: "Goodbye"
17 LayoutTableRow {TR} at (0,100) size 70x312 17 LayoutTableRow {TR} at (100,0) size 70x312
18 LayoutTableCell {TD} at (100,0) size 70x312 [border: (25px solid # FF0000)] [r=2 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (100,0) size 70x312 [border: (25px solid # FF0000)] [r=2 c=0 rs=1 cs=1]
19 LayoutText {#text} at (26,26) size 17x59 19 LayoutText {#text} at (26,26) size 17x59
20 text run at (26,26) width 59: "Goodbye" 20 text run at (26,26) width 59: "Goodbye"
21 LayoutBlockFlow {DIV} at (380,0) size 26x584 [border: (1px solid #008000)] 21 LayoutBlockFlow {DIV} at (380,0) size 26x584 [border: (1px solid #008000)]
22 LayoutTable {TABLE} at (1,1) size 24x33 [border: (1px none #808080)] 22 LayoutTable {TABLE} at (1,1) size 24x33 [border: (1px none #808080)]
23 LayoutTableSection {TBODY} at (1,1) size 22x31 23 LayoutTableSection {TBODY} at (1,1) size 22x31
24 LayoutTableRow {TR} at (0,0) size 22x31 24 LayoutTableRow {TR} at (0,0) size 22x31
25 LayoutTableCell {TD} at (0,0) size 22x31 [border: (1px solid #0000 00)] [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (0,0) size 22x31 [border: (1px solid #0000 00)] [r=0 c=0 rs=1 cs=1]
26 LayoutText {#text} at (2,2) size 17x27 26 LayoutText {#text} at (2,2) size 17x27
27 text run at (2,2) width 27: "Test" 27 text run at (2,2) width 27: "Test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698