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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/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-mac10.9/fast/table/colspanMinWidth-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/table/colspanMinWidth-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/table/colspanMinWidth-vertical-expected.txt
index f43113966954a338030e7923bf32ec0215fe2bae..e6419642668af50eb4019e09f0284a06516dfa1f 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/table/colspanMinWidth-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/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 143x39
LayoutTableSection {TBODY} at (0,0) size 143x39
- 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,100) size 133x-129 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
- LayoutTableRow {TR} at (0,10) size 131x39
+ LayoutTableRow {TR} at (10,0) size 131x39
LayoutTableCell {TD} at (10,2) size 131x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
LayoutTable {TABLE} at (1,1) size 129x29
LayoutTableSection {TBODY} at (0,0) size 129x29
- LayoutTableRow {TR} at (0,2) size 125x29
+ LayoutTableRow {TR} at (2,0) size 125x29
LayoutTableCell {TD} at (2,63) size 125x-121 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (2,6) size 125x21 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
LayoutTextControl {INPUT} at (1,1) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]

Powered by Google App Engine
This is Rietveld 408576698