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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-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/border-collapsing/001-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-vertical-expected.txt
index 6d124bec36fd27d3a334b346ec3a07e4ad27e68c..bf1357d5968f633673dca4dbf0472524e9b45862 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/001-vertical-expected.txt
@@ -10,11 +10,11 @@ layer at (370,0) size 430x600
LayoutTableCell {TD} at (0,0) size 42x312 [border: (5px solid #008000)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (6,6) size 19x32
text run at (6,6) width 32: "Hello"
- LayoutTableRow {TR} at (0,42) size 62x312
+ LayoutTableRow {TR} at (42,0) size 62x312
LayoutTableCell {TD} at (42,0) size 62x312 [border: (15px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (16,16) size 19x57
text run at (16,16) width 57: "Goodbye"
- LayoutTableRow {TR} at (0,104) size 72x312
+ LayoutTableRow {TR} at (104,0) size 72x312
LayoutTableCell {TD} at (104,0) size 72x312 [border: (25px solid #FF0000)] [r=2 c=0 rs=1 cs=1]
LayoutText {#text} at (26,26) size 19x57
text run at (26,26) width 57: "Goodbye"

Powered by Google App Engine
This is Rietveld 408576698