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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/auto-with-percent-height-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/auto-with-percent-height-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/auto-with-percent-height-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/auto-with-percent-height-vertical-expected.txt
index 2f14498fb131b12016bda1cce94c20f593be5f72..99e37288c62ae9cc08fe44086b39452823623824 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/auto-with-percent-height-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/auto-with-percent-height-vertical-expected.txt
@@ -5,23 +5,23 @@ layer at (0,0) size 800x194
LayoutBlockFlow {BODY} at (8,16) size 784x162
LayoutTable {TABLE} at (16,0) size 64x82 [border: (3px solid #FF0000)]
LayoutTableSection {TBODY} at (3,3) size 58x76
- LayoutTableRow {TR} at (0,2) size 54x76
+ LayoutTableRow {TR} at (2,0) size 54x76
LayoutTableCell {TD} at (2,2) size 54x72 [r=0 c=0 rs=1 cs=1]
LayoutTable {TABLE} at (1,1) size 26x69 [color=#FFFFFF] [bgcolor=#800080]
LayoutTableSection {TBODY} at (0,0) size 26x69
- LayoutTableRow {TR} at (0,2) size 22x69
+ LayoutTableRow {TR} at (2,0) size 22x69
LayoutTableCell {TD} at (2,2) size 22x65 [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x63
text run at (1,1) width 63: "Table One"
LayoutTable {TABLE} at (27,1) size 26x70 [color=#FFFFFF] [bgcolor=#800080]
LayoutTableSection {TBODY} at (0,0) size 26x70
- LayoutTableRow {TR} at (0,2) size 22x70
+ LayoutTableRow {TR} at (2,0) size 22x70
LayoutTableCell {TD} at (2,2) size 22x66 [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x64
text run at (1,1) width 64: "Table Two"
LayoutTable {TABLE} at (16,98) size 52x64 [border: (3px solid #FF0000)]
LayoutTableSection {TBODY} at (3,3) size 46x58
- LayoutTableRow {TR} at (0,2) size 42x58
+ LayoutTableRow {TR} at (2,0) size 42x58
LayoutTableCell {TD} at (2,2) size 42x54 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {DIV} at (1,1) size 20x52 [color=#FFFFFF] [bgcolor=#800080]
LayoutText {#text} at (0,0) size 19x51

Powered by Google App Engine
This is Rietveld 408576698