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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/rtl-border-collapsing-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/rtl-border-collapsing-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
index 1410e685439fcaba321f5171aba835c88add0d2c..2fd0675513ead6f643ed75870e4e3bf62deaed60 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
@@ -28,7 +28,7 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (0,70) size 28x69 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (4,21) size 19x27
text run at (4,21) width 27: "LTR"
- LayoutTableRow {TR} at (0,28) size 52x139
+ LayoutTableRow {TR} at (28,0) size 52x139
LayoutTableCell {TD} at (28,0) size 52x70 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
LayoutTable {TABLE} at (4,4) size 44x61 [border: (1px solid #0000FF) none (1px solid #FF0000) none]
LayoutTableCol {COLGROUP} at (0,0) size 0x0
@@ -50,7 +50,7 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (0,0) size 22x11 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
LayoutText {#text} at (1,2) size 19x8
text run at (1,2) width 8 RTL: " "
- LayoutTableRow {TR} at (0,22) size 22x59
+ LayoutTableRow {TR} at (22,0) size 22x59
LayoutTableCell {TD} at (22,46) size 22x13 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (1,3) size 19x8
text run at (1,3) width 8 RTL: " "
@@ -87,7 +87,7 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (0,48) size 22x11 [border: none] [r=0 c=4 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x8
text run at (1,1) width 8: " "
- LayoutTableRow {TR} at (0,22) size 22x59
+ LayoutTableRow {TR} at (22,0) size 22x59
LayoutTableCell {TD} at (22,0) size 22x13 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (1,2) size 19x8
text run at (1,2) width 8: " "

Powered by Google App Engine
This is Rietveld 408576698