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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug4284-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 784x20 6 RenderBlock (anonymous) at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 206x19 7 RenderText {#text} at (0,0) size 206x19
8 text run at (0,0) width 206: "this table should be center aligned " 8 text run at (0,0) width 206: "this table should be center aligned "
9 RenderBR {BR} at (206,15) size 0x0 9 RenderBR {BR} at (206,15) size 0x0
10 LayoutTable {TABLE} at (377,20) size 30x30 [border: (1px outset #808080)] 10 LayoutTable {TABLE} at (377,20) size 30x30 [border: (1px outset #808080)]
11 LayoutTableSection {TBODY} at (1,1) size 28x28 11 LayoutTableSection {TBODY} at (1,1) size 28x28
12 LayoutTableRow {TR} at (0,2) size 28x24 12 LayoutTableRow {TR} at (0,2) size 28x24
13 LayoutTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 13 LayoutTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
14 RenderText {#text} at (2,2) size 20x19 14 RenderText {#text} at (2,2) size 20x19
15 text run at (2,2) width 20: "foo" 15 text run at (2,2) width 20: "foo"
16 RenderBlock (anonymous) at (0,50) size 784x20 16 RenderBlock (anonymous) at (0,50) size 784x20
17 RenderText {#text} at (0,0) size 432x19 17 RenderText {#text} at (0,0) size 432x19
18 text run at (0,0) width 432: "this div should be center aligned with a n image and a table centered in it " 18 text run at (0,0) width 432: "this div should be center aligned with a n image and a table centered in it "
19 RenderBR {BR} at (432,15) size 0x0 19 RenderBR {BR} at (432,15) size 0x0
20 RenderBlock {DIV} at (0,70) size 784x80 20 RenderBlock {DIV} at (0,70) size 784x80
21 RenderBlock (anonymous) at (0,0) size 784x50 21 RenderBlock (anonymous) at (0,0) size 784x50
22 RenderImage {IMG} at (367,0) size 50x50 22 LayoutImage {IMG} at (367,0) size 50x50
23 RenderText {#text} at (0,0) size 0x0 23 RenderText {#text} at (0,0) size 0x0
24 LayoutTable {TABLE} at (92,50) size 600x30 [border: (1px outset #808080) ] 24 LayoutTable {TABLE} at (92,50) size 600x30 [border: (1px outset #808080) ]
25 LayoutTableSection {TBODY} at (1,1) size 598x28 25 LayoutTableSection {TBODY} at (1,1) size 598x28
26 LayoutTableRow {TR} at (0,2) size 598x24 26 LayoutTableRow {TR} at (0,2) size 598x24
27 LayoutTableCell {TD} at (2,2) size 594x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1] 27 LayoutTableCell {TD} at (2,2) size 594x24 [border: (1px inset #808 080)] [r=0 c=0 rs=1 cs=1]
28 RenderText {#text} at (2,2) size 20x19 28 RenderText {#text} at (2,2) size 20x19
29 text run at (2,2) width 20: "foo" 29 text run at (2,2) width 20: "foo"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698