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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/table/growCellForImageQuirk-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 56x156 [bgcolor=#C0C0C0] 6 LayoutTable {TABLE} at (0,0) size 56x156 [bgcolor=#C0C0C0]
7 LayoutTableSection {TBODY} at (0,0) size 56x156 7 LayoutTableSection {TBODY} at (0,0) size 56x156
8 LayoutTableRow {TR} at (0,2) size 52x156 8 LayoutTableRow {TR} at (0,2) size 52x156
9 LayoutTableCell {TD} at (2,2) size 52x152 [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 52x152 [r=0 c=0 rs=1 cs=1]
10 LayoutImage {IMG} at (1,1) size 50x75 [bgcolor=#ADD8E6] 10 LayoutImage {IMG} at (1,1) size 50x75 [bgcolor=#ADD8E6]
11 LayoutImage {IMG} at (1,76) size 50x75 [bgcolor=#ADD8E6] 11 LayoutImage {IMG} at (1,76) size 50x75 [bgcolor=#ADD8E6]
12 LayoutText {#text} at (0,0) size 0x0 12 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698