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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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 800x194 3 layer at (0,0) size 800x194
4 LayoutBlockFlow {HTML} at (0,0) size 800x194 4 LayoutBlockFlow {HTML} at (0,0) size 800x194
5 LayoutBlockFlow {BODY} at (8,16) size 784x162 5 LayoutBlockFlow {BODY} at (8,16) size 784x162
6 LayoutTable {TABLE} at (16,0) size 64x82 [border: (3px solid #FF0000)] 6 LayoutTable {TABLE} at (16,0) size 64x82 [border: (3px solid #FF0000)]
7 LayoutTableSection {TBODY} at (3,3) size 58x76 7 LayoutTableSection {TBODY} at (3,3) size 58x76
8 LayoutTableRow {TR} at (0,2) size 54x76 8 LayoutTableRow {TR} at (0,2) size 54x76
9 LayoutTableCell {TD} at (2,2) size 54x72 [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 54x72 [r=0 c=0 rs=1 cs=1]
10 LayoutTable {TABLE} at (1,1) size 26x69 [color=#FFFFFF] [bgcolor=# 800080] 10 LayoutTable {TABLE} at (1,1) size 26x69 [color=#FFFFFF] [bgcolor=# 800080]
(...skipping 11 matching lines...) Expand all
22 LayoutTable {TABLE} at (16,98) size 52x64 [border: (3px solid #FF0000)] 22 LayoutTable {TABLE} at (16,98) size 52x64 [border: (3px solid #FF0000)]
23 LayoutTableSection {TBODY} at (3,3) size 46x58 23 LayoutTableSection {TBODY} at (3,3) size 46x58
24 LayoutTableRow {TR} at (0,2) size 42x58 24 LayoutTableRow {TR} at (0,2) size 42x58
25 LayoutTableCell {TD} at (2,2) size 42x54 [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (2,2) size 42x54 [r=0 c=0 rs=1 cs=1]
26 LayoutBlockFlow {DIV} at (1,1) size 20x52 [color=#FFFFFF] [bgcolor =#800080] 26 LayoutBlockFlow {DIV} at (1,1) size 20x52 [color=#FFFFFF] [bgcolor =#800080]
27 LayoutText {#text} at (0,0) size 19x51 27 LayoutText {#text} at (0,0) size 19x51
28 text run at (0,0) width 51: "Div One" 28 text run at (0,0) width 51: "Div One"
29 LayoutBlockFlow {DIV} at (21,1) size 20x52 [color=#FFFFFF] [bgcolo r=#800080] 29 LayoutBlockFlow {DIV} at (21,1) size 20x52 [color=#FFFFFF] [bgcolo r=#800080]
30 LayoutText {#text} at (0,0) size 19x52 30 LayoutText {#text} at (0,0) size 19x52
31 text run at (0,0) width 52: "Div Two" 31 text run at (0,0) width 52: "Div Two"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698