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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-writing-modes-v-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/paint/invalidation/table-writing-modes-v-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-writing-modes-v-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-writing-modes-v-expected.txt
index 2b125daf290364b075fc0b19f0f19865c55cb359..f7bae4e7d40fdd8fa68fb88a3110c0692e04bc97 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-writing-modes-v-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-writing-modes-v-expected.txt
@@ -16,7 +16,7 @@ layer at (0,0) size 800x352
LayoutTableRow {TR} at (0,0) size 52x104
LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
- LayoutTableRow {TR} at (0,52) size 52x104
+ LayoutTableRow {TR} at (52,0) size 52x104
LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
LayoutTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000]
@@ -24,6 +24,6 @@ layer at (0,0) size 800x352
LayoutTableRow {TR} at (0,0) size 52x104
LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
- LayoutTableRow {TR} at (0,52) size 52x104
+ LayoutTableRow {TR} at (52,0) size 52x104
LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698