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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/table/border-collapsing/003-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 (410,0) size 390x600 3 layer at (410,0) size 390x600
4 LayoutBlockFlow {HTML} at (0,0) size 390x600 4 LayoutBlockFlow {HTML} at (0,0) size 390x600
5 LayoutBlockFlow {BODY} at (16,8) size 342x584 5 LayoutBlockFlow {BODY} at (16,8) size 342x584
6 LayoutBlockFlow {P} at (0,0) size 40x584 6 LayoutBlockFlow {P} at (0,0) size 40x584
7 LayoutText {#text} at (0,0) size 19x193 7 LayoutText {#text} at (0,0) size 19x193
8 text run at (0,0) width 193: "The black border below should " 8 text run at (0,0) width 193: "The black border below should "
9 LayoutInline {I} at (0,0) size 19x21 9 LayoutInline {I} at (0,0) size 19x21
10 LayoutText {#text} at (0,193) size 19x21 10 LayoutText {#text} at (0,193) size 19x21
(...skipping 10 matching lines...) Expand all
21 text run at (20,253) width 288: "bug fix changed our behavior to match the spec." 21 text run at (20,253) width 288: "bug fix changed our behavior to match the spec."
22 LayoutBlockFlow {DIV} at (72,32) size 270x520 [border: (1px solid #0000FF) ] 22 LayoutBlockFlow {DIV} at (72,32) size 270x520 [border: (1px solid #0000FF) ]
23 LayoutTable {DIV} at (1,1) size 220x115 [border: (1px none #000000)] 23 LayoutTable {DIV} at (1,1) size 220x115 [border: (1px none #000000)]
24 LayoutTableSection (anonymous) at (10,1) size 200x104 24 LayoutTableSection (anonymous) at (10,1) size 200x104
25 LayoutTableRow {P} at (0,0) size 100x104 25 LayoutTableRow {P} at (0,0) size 100x104
26 LayoutTableCell {SPAN} at (0,0) size 100x-37 [border: (1px solid # 000000)] [r=0 c=0 rs=1 cs=1] 26 LayoutTableCell {SPAN} at (0,0) size 100x-37 [border: (1px solid # 000000)] [r=0 c=0 rs=1 cs=1]
27 LayoutTableCell {SPAN} at (0,52) size 100x20 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1] 27 LayoutTableCell {SPAN} at (0,52) size 100x20 [border: (10px solid #000000)] [r=0 c=1 rs=1 cs=1]
28 LayoutTableRow {P} at (0,100) size 100x104 [border: (1px solid #0000 FF)] 28 LayoutTableRow {P} at (0,100) size 100x104 [border: (1px solid #0000 FF)]
29 LayoutTableCell {SPAN} at (100,0) size 100x-28 [border: (10px soli d #000000)] [r=1 c=0 rs=1 cs=1] 29 LayoutTableCell {SPAN} at (100,0) size 100x-28 [border: (10px soli d #000000)] [r=1 c=0 rs=1 cs=1]
30 LayoutTableCell {SPAN} at (100,52) size 100x20 [border: (10px soli d #000000)] [r=1 c=1 rs=1 cs=1] 30 LayoutTableCell {SPAN} at (100,52) size 100x20 [border: (10px soli d #000000)] [r=1 c=1 rs=1 cs=1]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698