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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/overflow/overflow-rtl-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/overflow/overflow-rtl-vertical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/overflow/overflow-rtl-vertical-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/overflow/overflow-rtl-vertical-expected.txt
index cc785bca91883ecc378f8be4fea76a62faeabfd3..57b7960c0e01cb991239ea8b2f1b911d7db370aa 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/overflow/overflow-rtl-vertical-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/overflow/overflow-rtl-vertical-expected.txt
@@ -30,7 +30,7 @@ layer at (0,0) size 340x600
text run at (0,0) width 307: "which letters are visible initially and when you scroll"
LayoutTable {TABLE} at (168,0) size 148x256
LayoutTableSection {TBODY} at (0,0) size 148x256
- LayoutTableRow {TR} at (0,2) size 144x256
+ LayoutTableRow {TR} at (2,0) size 144x256
LayoutTableCell {TD} at (2,2) size 144x125 [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (2,129) size 144x125 [r=0 c=1 rs=1 cs=1]
layer at (191,15) size 42x115 clip at (191,25) size 27x100 scrollHeight 175

Powered by Google App Engine
This is Rietveld 408576698