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

Side by Side Diff: LayoutTests/platform/mac/fast/table/028-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock (anonymous) at (0,0) size 784x18 6 RenderBlock (anonymous) at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 279x18 7 RenderText {#text} at (0,0) size 279x18
8 text run at (0,0) width 279: "These two tables should be the same widt h." 8 text run at (0,0) width 279: "These two tables should be the same widt h."
9 LayoutTable {TABLE} at (0,18) size 320x22 9 LayoutTable {TABLE} at (0,18) size 320x22
10 LayoutTableSection {TBODY} at (0,0) size 320x22 10 LayoutTableSection {TBODY} at (0,0) size 320x22
11 LayoutTableRow {TR} at (0,0) size 320x22 11 LayoutTableRow {TR} at (0,0) size 320x22
12 LayoutTableCell {TD} at (0,0) size 70x20 [border: (1px solid #008000 )] [r=0 c=0 rs=1 cs=1] 12 LayoutTableCell {TD} at (0,0) size 70x20 [border: (1px solid #008000 )] [r=0 c=0 rs=1 cs=1]
13 RenderText {#text} at (1,1) size 8x18 13 RenderText {#text} at (1,1) size 8x18
14 text run at (1,1) width 8: "1" 14 text run at (1,1) width 8: "1"
15 LayoutTableCell {TD} at (70,0) size 244x20 [border: (1px solid #0080 00)] [r=0 c=1 rs=1 cs=1] 15 LayoutTableCell {TD} at (70,0) size 244x20 [border: (1px solid #0080 00)] [r=0 c=1 rs=1 cs=1]
16 RenderText {#text} at (1,1) size 8x18 16 RenderText {#text} at (1,1) size 8x18
17 text run at (1,1) width 8: "2" 17 text run at (1,1) width 8: "2"
18 LayoutTableCell {TD} at (314,0) size 6x22 [border: (1px solid #00800 0)] [r=0 c=2 rs=1 cs=1] 18 LayoutTableCell {TD} at (314,0) size 6x22 [border: (1px solid #00800 0)] [r=0 c=2 rs=1 cs=1]
19 RenderImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500] 19 LayoutImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500]
20 RenderBlock {P} at (0,56) size 784x0 20 RenderBlock {P} at (0,56) size 784x0
21 LayoutTable {TABLE} at (0,56) size 320x40 21 LayoutTable {TABLE} at (0,56) size 320x40
22 LayoutTableSection {TBODY} at (0,0) size 320x40 22 LayoutTableSection {TBODY} at (0,0) size 320x40
23 LayoutTableRow {TR} at (0,0) size 320x20 23 LayoutTableRow {TR} at (0,0) size 320x20
24 LayoutTableCell {TD} at (0,0) size 64x20 [border: (1px solid #008000 )] [r=0 c=0 rs=1 cs=1] 24 LayoutTableCell {TD} at (0,0) size 64x20 [border: (1px solid #008000 )] [r=0 c=0 rs=1 cs=1]
25 RenderText {#text} at (1,1) size 8x18 25 RenderText {#text} at (1,1) size 8x18
26 text run at (1,1) width 8: "1" 26 text run at (1,1) width 8: "1"
27 LayoutTableCell {TD} at (64,4) size 256x12 [border: (1px solid #0080 00)] [r=0 c=1 rs=1 cs=1] 27 LayoutTableCell {TD} at (64,4) size 256x12 [border: (1px solid #0080 00)] [r=0 c=1 rs=1 cs=1]
28 RenderImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500] 28 LayoutImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500]
29 LayoutTableRow {TR} at (0,20) size 320x20 29 LayoutTableRow {TR} at (0,20) size 320x20
30 LayoutTableCell {TD} at (0,20) size 320x20 [border: (1px solid #0080 00)] [r=1 c=0 rs=1 cs=3] 30 LayoutTableCell {TD} at (0,20) size 320x20 [border: (1px solid #0080 00)] [r=1 c=0 rs=1 cs=3]
31 RenderText {#text} at (1,1) size 8x18 31 RenderText {#text} at (1,1) size 8x18
32 text run at (1,1) width 8: "1" 32 text run at (1,1) width 8: "1"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698