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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/fast/table/040-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/040-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/040-vertical-expected.txt
index 511892efeb13738013d4143fdd8f3146ae40bc38..c271997692df43ba605d855dc2ecd4fa0f650145 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/040-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/040-vertical-expected.txt
@@ -11,7 +11,7 @@ layer at (0,0) size 785x2374 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 769x60
@@ -29,7 +29,7 @@ layer at (0,0) size 785x2374 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,876.44) size 769x60
@@ -53,7 +53,7 @@ layer at (0,0) size 785x2374 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText {#text} at (0,0) size 39x376
text run at (0,0) width 376: "Fixed cell in column two with a lot more text. Will the ratios be"
text run at (20,0) width 67: "preserved?"
- LayoutTableRow {TR} at (0,40) size 20x600
+ LayoutTableRow {TR} at (40,0) size 20x600
LayoutTableCell {TD} at (40,10) size 20x580 [bgcolor=#FFC0CB] [r=1 c=0 rs=1 cs=2]
LayoutBlockFlow {DIV} at (10,-10) size 0x600
LayoutBlockFlow {P} at (0,1578.44) size 769x60
@@ -73,7 +73,7 @@ layer at (0,0) size 785x2374 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,2280.44) size 769x60

Powered by Google App Engine
This is Rietveld 408576698