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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/027-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/027-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/027-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/027-vertical-expected.txt
index 5444270a31e60c99ee1fd0e28e87a31e63d4037e..325a37dc707d498a15bf0eef851e466b0ae967dd 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/027-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/027-vertical-expected.txt
@@ -37,16 +37,16 @@ layer at (0,0) size 785x772 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (4,571) width 8: " "
text run at (4,579) width 85: " My Links: "
text run at (4,664) width 78: " Lite \x{2022} Email"
- LayoutTableRow {TR} at (0,28) size 344x756
+ LayoutTableRow {TR} at (28,0) size 344x756
LayoutTableCell {TD} at (28,168) size 344x-128 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (28,208) size 344x328 [border: (1px solid #008000)] [r=1 c=1 rs=1 cs=1]
LayoutTable {TABLE} at (4,4) size 336x320
LayoutTableSection {TBODY} at (0,0) size 336x320
- LayoutTableRow {TR} at (0,2) size 332x320
+ LayoutTableRow {TR} at (2,0) size 332x320
LayoutTableCell {TD} at (2,2) size 332x316 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
LayoutTable {TABLE} at (2,2) size 328x312
LayoutTableSection {TBODY} at (0,0) size 328x312
- LayoutTableRow {TR} at (0,2) size 324x312
+ LayoutTableRow {TR} at (2,0) size 324x312
LayoutTableCell {TD} at (2,162) size 324x-201 [border: (1px solid #008000)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (2,123) size 324x66 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 319x62

Powered by Google App Engine
This is Rietveld 408576698