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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/block/float/015-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 [bgcolor=#CCCCCC] 5 RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
6 LayoutTable {TABLE} at (0,0) size 684x130 [border: (1px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 684x130 [border: (1px outset #808080)]
7 LayoutTableSection {TBODY} at (1,1) size 682x128 7 LayoutTableSection {TBODY} at (1,1) size 682x128
8 LayoutTableRow {TR} at (0,0) size 682x128 8 LayoutTableRow {TR} at (0,0) size 682x128
9 LayoutTableCell {TD} at (0,51) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (0,51) size 12x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
10 RenderText {#text} at (4,4) size 4x18 10 RenderText {#text} at (4,4) size 4x18
11 text run at (4,4) width 4: " " 11 text run at (4,4) width 4: " "
12 LayoutTableCell {TD} at (12,0) size 670x128 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1] 12 LayoutTableCell {TD} at (12,0) size 670x128 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
13 RenderImage {IMG} at (4,4) size 15x50 [bgcolor=#FFA500] 13 LayoutImage {IMG} at (4,4) size 15x50 [bgcolor=#FFA500]
14 RenderBlock {P} at (4,4) size 662x18 14 RenderBlock {P} at (4,4) size 662x18
15 RenderText {#text} at (18,0) size 607x18 15 RenderText {#text} at (18,0) size 607x18
16 text run at (18,0) width 607: "This text should be flowing pas t a tall orange rectangle on the left side of the browser window." 16 text run at (18,0) width 607: "This text should be flowing pas t a tall orange rectangle on the left side of the browser window."
17 RenderBlock {DIV} at (4,38) size 662x18 [bgcolor=#008000] 17 RenderBlock {DIV} at (4,38) size 662x18 [bgcolor=#008000]
18 RenderBR {BR} at (18,0) size 0x18 18 RenderBR {BR} at (18,0) size 0x18
19 RenderImage {IMG} at (4,56) size 15x50 [bgcolor=#FFA500] 19 LayoutImage {IMG} at (4,56) size 15x50 [bgcolor=#FFA500]
20 RenderBlock {DIV} at (4,106) size 662x18 20 RenderBlock {DIV} at (4,106) size 662x18
21 RenderText {#text} at (0,0) size 662x18 21 RenderText {#text} at (0,0) size 662x18
22 text run at (0,0) width 662: "This paragraph should appear bel ow the tall orange rectangle above and to the left, and not flow past it." 22 text run at (0,0) width 662: "This paragraph should appear bel ow the tall orange rectangle above and to the left, and not flow past it."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698