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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/table/rowspan-paint-order-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 100x580 [border: (2px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 100x580 [border: (2px outset #808080)]
7 LayoutTableSection {TBODY} at (2,2) size 96x576 7 LayoutTableSection {TBODY} at (2,2) size 96x576
8 LayoutTableRow {TR} at (0,0) size 42x576 8 LayoutTableRow {TR} at (0,0) size 42x576
9 LayoutTableCell {TD} at (0,17) size 96x3 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1] 9 LayoutTableCell {TD} at (0,17) size 96x3 [bgcolor=#AAAAAA] [border: (1px inset #808080)] [r=0 c=0 rs=3 cs=1]
10 LayoutText {#text} at (18,-16) size 59x35 10 LayoutText {#text} at (18,-16) size 59x35
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 LayoutTableCell {TD} at (42,305) size 27x1 [bgcolor=#EEEEEE] [border : (1px inset #808080)] [r=1 c=9 rs=1 cs=1] 51 LayoutTableCell {TD} at (42,305) size 27x1 [bgcolor=#EEEEEE] [border : (1px inset #808080)] [r=1 c=9 rs=1 cs=1]
52 LayoutText {#text} at (3,-1) size 19x4 52 LayoutText {#text} at (3,-1) size 19x4
53 text run at (3,-1) width 4: " " 53 text run at (3,-1) width 4: " "
54 LayoutTableCell {TD} at (42,311) size 27x1 [bgcolor=#EEEEEE] [border : (1px inset #808080)] [r=1 c=10 rs=1 cs=1] 54 LayoutTableCell {TD} at (42,311) size 27x1 [bgcolor=#EEEEEE] [border : (1px inset #808080)] [r=1 c=10 rs=1 cs=1]
55 LayoutText {#text} at (3,-1) size 19x4 55 LayoutText {#text} at (3,-1) size 19x4
56 text run at (3,-1) width 4: " " 56 text run at (3,-1) width 4: " "
57 LayoutTableRow {TR} at (0,69) size 27x576 57 LayoutTableRow {TR} at (0,69) size 27x576
58 LayoutTableCell {TD} at (69,39) size 27x534 [bgcolor=#008000] [borde r: (1px inset #808080)] [r=2 c=1 rs=1 cs=13] 58 LayoutTableCell {TD} at (69,39) size 27x534 [bgcolor=#008000] [borde r: (1px inset #808080)] [r=2 c=1 rs=1 cs=13]
59 LayoutText {#text} at (3,280) size 19x256 59 LayoutText {#text} at (3,280) size 19x256
60 text run at (3,280) width 256: "Bottom Row Overlaps with the Rig ht Cell!" 60 text run at (3,280) width 256: "Bottom Row Overlaps with the Rig ht Cell!"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698