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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/040-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt
index e8e21040ff0ef9240e67025b06441c973b2b9c22..239336dc379cfb3c6bd2ade096d9af2862e10c85 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/040-vertical-expected.txt
@@ -11,7 +11,7 @@ layer at (0,0) size 785x2350 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutTableRow {TR} at (0,0) size 20x100
LayoutTableCell {TD} at (0,10) size 20x13 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (0,43) size 20x47 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
- LayoutTableRow {TR} at (0,20) size 20x100
+ LayoutTableRow {TR} at (20,0) size 20x100
LayoutTableCell {TD} at (20,10) size 20x80 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
LayoutBlockFlow {DIV} at (10,-10) size 0x100
LayoutBlockFlow {P} at (0,174.44) size 769x54
@@ -29,7 +29,7 @@ layer at (0,0) size 785x2350 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutTableRow {TR} at (0,0) size 20x600
LayoutTableCell {TD} at (0,10) size 20x180 [bgcolor=#00FFFF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
- LayoutTableRow {TR} at (0,20) size 20x600
+ LayoutTableRow {TR} at (20,0) size 20x600
LayoutTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
LayoutBlockFlow {DIV} at (10,-10) size 0x600
LayoutBlockFlow {P} at (0,870.44) size 769x54
@@ -53,7 +53,7 @@ layer at (0,0) size 785x2350 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText {#text} at (0,0) size 36x389
text run at (0,0) width 389: "Fixed cell in column two with a lot more text. Will the ratios"
text run at (18,0) width 89: "be preserved?"
- LayoutTableRow {TR} at (0,36) size 20x600
+ LayoutTableRow {TR} at (36,0) size 20x600
LayoutTableCell {TD} at (36,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
LayoutBlockFlow {DIV} at (10,-10) size 0x600
LayoutBlockFlow {P} at (0,1566.44) size 769x54
@@ -73,7 +73,7 @@ layer at (0,0) size 785x2350 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutBlockFlow {DIV} at (10,-10) size 0x100
LayoutTableCell {TD} at (0,210) size 20x380 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
LayoutBlockFlow {DIV} at (10,-10) size 0x250
- LayoutTableRow {TR} at (0,20) size 20x600
+ LayoutTableRow {TR} at (20,0) size 20x600
LayoutTableCell {TD} at (20,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
LayoutBlockFlow {DIV} at (10,-10) size 0x600
LayoutBlockFlow {P} at (0,2262.44) size 769x54

Powered by Google App Engine
This is Rietveld 408576698