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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/colspanMinWidth-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/colspanMinWidth-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt
index 0402a4c5d74cb1b98a46df1c8ff05253f75a38d1..ee8a6f26c4b34f231f880ba70c8f11fd217697e3 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt
@@ -5,17 +5,17 @@ layer at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutTable {TABLE} at (0,0) size 151x39
LayoutTableSection {TBODY} at (0,0) size 151x39
- LayoutTableRow {TR} at (0,2) size 2x39
+ LayoutTableRow {TR} at (2,0) size 2x39
LayoutTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
- LayoutTableRow {TR} at (0,6) size 0x39
+ LayoutTableRow {TR} at (6,0) size 0x39
LayoutTableCell {TD} at (6,2) size 2x31 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
- LayoutTableRow {TR} at (0,8) size 0x39
+ LayoutTableRow {TR} at (8,0) size 0x39
LayoutTableCell {TD} at (8,104) size 141x-137 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
- LayoutTableRow {TR} at (0,10) size 139x39
+ LayoutTableRow {TR} at (10,0) size 139x39
LayoutTableCell {TD} at (10,2) size 139x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
LayoutTable {TABLE} at (1,1) size 137x29
LayoutTableSection {TBODY} at (0,0) size 137x29
- LayoutTableRow {TR} at (0,2) size 133x29
+ LayoutTableRow {TR} at (2,0) size 133x29
LayoutTableCell {TD} at (2,67) size 133x-129 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (2,6) size 133x21 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
LayoutTextControl {INPUT} at (1,1) size 131x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]

Powered by Google App Engine
This is Rietveld 408576698