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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/038-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/038-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt
index 1ec02b5109829dabf5036fef01677e6cf94ae094..d691b3a5154b79417d618823b59a1f5249bb1c46 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/038-vertical-expected.txt
@@ -10,14 +10,14 @@ layer at (0,0) size 800x636 backgroundClip at (0,0) size 800x600 clip at (0,0) s
text run at (0,18) width 258: "possible, while column 1 should be tiny."
LayoutTable {TABLE} at (0,36) size 54x584 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 50x580
- LayoutTableRow {TR} at (0,2) size 22x580
+ LayoutTableRow {TR} at (2,0) size 22x580
LayoutTableCell {TD} at (2,2) size 22x12 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 18x8
text run at (2,2) width 8: "1"
LayoutTableCell {TD} at (2,16) size 22x562 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
LayoutText {#text} at (2,2) size 18x22
text run at (2,2) width 22: "2-3"
- LayoutTableRow {TR} at (0,26) size 22x580
+ LayoutTableRow {TR} at (26,0) size 22x580
LayoutTableCell {TD} at (26,2) size 22x12 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 18x8
text run at (2,2) width 8: "1"

Powered by Google App Engine
This is Rietveld 408576698