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

Unified Diff: third_party/WebKit/LayoutTests/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk-vertical-expected.txt b/third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk-vertical-expected.txt
index 5502d5624954137fe3ff6b9c9eb1524f5c16d951..2d958eadb27030b21e6e12a80382459f198d8c79 100644
--- a/third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/growCellForImageQuirk-vertical-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutTable {TABLE} at (0,0) size 56x156 [bgcolor=#C0C0C0]
LayoutTableSection {TBODY} at (0,0) size 56x156
- LayoutTableRow {TR} at (0,2) size 52x156
+ LayoutTableRow {TR} at (2,0) size 52x156
LayoutTableCell {TD} at (2,2) size 52x152 [r=0 c=0 rs=1 cs=1]
LayoutImage {IMG} at (1,1) size 50x75 [bgcolor=#ADD8E6]
LayoutImage {IMG} at (1,76) size 50x75 [bgcolor=#ADD8E6]

Powered by Google App Engine
This is Rietveld 408576698