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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
index 897c6d89bb4754c9332fbc593aa46f0ff48755c9..b51c0b28f53bb68017ff4185ec133cb91a0dd9f6 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 26x69 [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (4,20) size 18x29
text run at (4,20) width 29: "LTR"
- LayoutTableRow {TR} at (0,26) size 48x139
+ LayoutTableRow {TR} at (26,0) size 48x139
LayoutTableCell {TD} at (26,0) size 48x70 [border: none (1px solid #000000) none] [r=1 c=0 rs=1 cs=1]
LayoutTable {TABLE} at (4,4) size 40x61 [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 20x11 [border: (1px none #000000)] [r=0 c=4 rs=1 cs=1]
LayoutText {#text} at (1,2) size 18x8
text run at (1,2) width 8 RTL: " "
- LayoutTableRow {TR} at (0,20) size 20x59
+ LayoutTableRow {TR} at (20,0) size 20x59
LayoutTableCell {TD} at (20,46) size 20x13 [border: (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (1,3) size 18x8
text run at (1,3) width 8 RTL: " "
@@ -87,7 +87,7 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (0,48) size 20x11 [border: none] [r=0 c=4 rs=1 cs=1]
LayoutText {#text} at (1,1) size 18x8
text run at (1,1) width 8: " "
- LayoutTableRow {TR} at (0,20) size 20x59
+ LayoutTableRow {TR} at (20,0) size 20x59
LayoutTableCell {TD} at (20,0) size 20x13 [border: (1px none #000000) (2px solid #800000) none] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (1,2) size 18x8
text run at (1,2) width 8: " "

Powered by Google App Engine
This is Rietveld 408576698