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

Side by Side 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x352 3 layer at (0,0) size 800x352
4 LayoutBlockFlow {HTML} at (0,0) size 800x352 4 LayoutBlockFlow {HTML} at (0,0) size 800x352
5 LayoutBlockFlow {BODY} at (8,10) size 784x332 5 LayoutBlockFlow {BODY} at (8,10) size 784x332
6 LayoutTable {TABLE} at (10,0) size 104x104 [bgcolor=#FF0000] 6 LayoutTable {TABLE} at (10,0) size 104x104 [bgcolor=#FF0000]
7 LayoutTableSection {TBODY} at (0,0) size 104x104 7 LayoutTableSection {TBODY} at (0,0) size 104x104
8 LayoutTableRow {TR} at (0,0) size 104x52 8 LayoutTableRow {TR} at (0,0) size 104x52
9 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
10 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1] 10 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
11 LayoutTableRow {TR} at (0,52) size 104x52 11 LayoutTableRow {TR} at (0,52) size 104x52
12 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1] 12 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
13 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1] 13 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
14 LayoutTable {TABLE} at (10,114) size 104x104 [bgcolor=#FF0000] 14 LayoutTable {TABLE} at (10,114) size 104x104 [bgcolor=#FF0000]
15 LayoutTableSection {TBODY} at (0,0) size 104x104 15 LayoutTableSection {TBODY} at (0,0) size 104x104
16 LayoutTableRow {TR} at (0,0) size 52x104 16 LayoutTableRow {TR} at (0,0) size 52x104
17 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1] 17 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
18 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1] 18 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
19 LayoutTableRow {TR} at (0,52) size 52x104 19 LayoutTableRow {TR} at (52,0) size 52x104
20 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1] 20 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
21 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1] 21 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
22 LayoutTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000] 22 LayoutTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000]
23 LayoutTableSection {TBODY} at (0,0) size 104x104 23 LayoutTableSection {TBODY} at (0,0) size 104x104
24 LayoutTableRow {TR} at (0,0) size 52x104 24 LayoutTableRow {TR} at (0,0) size 52x104
25 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
26 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1] 26 LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
27 LayoutTableRow {TR} at (0,52) size 52x104 27 LayoutTableRow {TR} at (52,0) size 52x104
28 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1] 28 LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
29 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1] 29 LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698