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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/028-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 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 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow (anonymous) at (0,0) size 784x18 6 LayoutBlockFlow (anonymous) at (0,0) size 784x18
7 LayoutText {#text} at (0,0) size 282x18 7 LayoutText {#text} at (0,0) size 282x18
8 text run at (0,0) width 282: "These two tables should be the same heig ht." 8 text run at (0,0) width 282: "These two tables should be the same heig ht."
9 LayoutBlockFlow {DIV} at (0,18) size 78x320 9 LayoutBlockFlow {DIV} at (0,18) size 78x320
10 LayoutTable {TABLE} at (0,0) size 22x320 10 LayoutTable {TABLE} at (0,0) size 22x320
11 LayoutTableSection {TBODY} at (0,0) size 22x320 11 LayoutTableSection {TBODY} at (0,0) size 22x320
12 LayoutTableRow {TR} at (0,0) size 22x320 12 LayoutTableRow {TR} at (0,0) size 22x320
13 LayoutTableCell {TD} at (0,0) size 22x68 [border: (1px solid #0080 00)] [r=0 c=0 rs=1 cs=1] 13 LayoutTableCell {TD} at (0,0) size 22x68 [border: (1px solid #0080 00)] [r=0 c=0 rs=1 cs=1]
14 LayoutText {#text} at (1,1) size 18x8 14 LayoutText {#text} at (1,1) size 18x8
15 text run at (1,1) width 8: "1" 15 text run at (1,1) width 8: "1"
16 LayoutTableCell {TD} at (0,70) size 22x242 [border: (1px solid #00 8000)] [r=0 c=1 rs=1 cs=1] 16 LayoutTableCell {TD} at (0,70) size 22x242 [border: (1px solid #00 8000)] [r=0 c=1 rs=1 cs=1]
17 LayoutText {#text} at (1,1) size 18x8 17 LayoutText {#text} at (1,1) size 18x8
18 text run at (1,1) width 8: "2" 18 text run at (1,1) width 8: "2"
19 LayoutTableCell {TD} at (0,314) size 22x6 [border: (1px solid #008 000)] [r=0 c=2 rs=1 cs=1] 19 LayoutTableCell {TD} at (0,314) size 22x6 [border: (1px solid #008 000)] [r=0 c=2 rs=1 cs=1]
20 LayoutImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500] 20 LayoutImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500]
21 LayoutBlockFlow {P} at (38,0) size 0x320 21 LayoutBlockFlow {P} at (38,0) size 0x320
22 LayoutTable {TABLE} at (38,0) size 40x320 22 LayoutTable {TABLE} at (38,0) size 40x320
23 LayoutTableSection {TBODY} at (0,0) size 40x320 23 LayoutTableSection {TBODY} at (0,0) size 40x320
24 LayoutTableRow {TR} at (0,0) size 20x320 24 LayoutTableRow {TR} at (0,0) size 20x320
25 LayoutTableCell {TD} at (0,0) size 20x64 [border: (1px solid #0080 00)] [r=0 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (0,0) size 20x64 [border: (1px solid #0080 00)] [r=0 c=0 rs=1 cs=1]
26 LayoutText {#text} at (1,1) size 18x8 26 LayoutText {#text} at (1,1) size 18x8
27 text run at (1,1) width 8: "1" 27 text run at (1,1) width 8: "1"
28 LayoutTableCell {TD} at (0,68) size 20x248 [border: (1px solid #00 8000)] [r=0 c=1 rs=1 cs=1] 28 LayoutTableCell {TD} at (0,68) size 20x248 [border: (1px solid #00 8000)] [r=0 c=1 rs=1 cs=1]
29 LayoutImage {IMG} at (5,-3) size 10x254 [bgcolor=#FFA500] 29 LayoutImage {IMG} at (5,-3) size 10x254 [bgcolor=#FFA500]
30 LayoutTableRow {TR} at (0,20) size 20x320 30 LayoutTableRow {TR} at (20,0) size 20x320
31 LayoutTableCell {TD} at (20,0) size 20x320 [border: (1px solid #00 8000)] [r=1 c=0 rs=1 cs=3] 31 LayoutTableCell {TD} at (20,0) size 20x320 [border: (1px solid #00 8000)] [r=1 c=0 rs=1 cs=3]
32 LayoutText {#text} at (1,1) size 18x8 32 LayoutText {#text} at (1,1) size 18x8
33 text run at (1,1) width 8: "1" 33 text run at (1,1) width 8: "1"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698