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

Side by Side Diff: LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-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 {P} at (0,0) size 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 742x18 7 RenderText {#text} at (0,0) size 742x18
8 text run at (0,0) width 742: "The INPUT element using the IMAGE attrib ute is used to load the image in the table. This image flows outside the " 8 text run at (0,0) width 742: "The INPUT element using the IMAGE attrib ute is used to load the image in the table. This image flows outside the "
9 RenderBR {BR} at (0,0) size 0x0 9 RenderBR {BR} at (0,0) size 0x0
10 RenderText {#text} at (0,18) size 280x18 10 RenderText {#text} at (0,18) size 280x18
11 text run at (0,18) width 280: "the table after the window has been res ized." 11 text run at (0,18) width 280: "the table after the window has been res ized."
12 LayoutTable {TABLE} at (292,52) size 200x24 [bgcolor=#FF0000] 12 LayoutTable {TABLE} at (292,52) size 200x24 [bgcolor=#FF0000]
13 LayoutTableSection {TBODY} at (0,0) size 200x24 13 LayoutTableSection {TBODY} at (0,0) size 200x24
14 LayoutTableRow {TR} at (0,2) size 200x20 14 LayoutTableRow {TR} at (0,2) size 200x20
15 LayoutTableCell {TD} at (2,2) size 196x20 [r=0 c=0 rs=1 cs=1] 15 LayoutTableCell {TD} at (2,2) size 196x20 [r=0 c=0 rs=1 cs=1]
16 RenderImage {INPUT} at (1,1) size 19x18 16 LayoutImage {INPUT} at (1,1) size 19x18
17 RenderText {#text} at (0,0) size 0x0 17 RenderText {#text} at (0,0) size 0x0
18 RenderBlock {P} at (0,92) size 784x18 18 RenderBlock {P} at (0,92) size 784x18
19 RenderText {#text} at (0,0) size 560x18 19 RenderText {#text} at (0,0) size 560x18
20 text run at (0,0) width 560: "This test case is identicate to one abov e except the table is assigned a border of 2 pixels" 20 text run at (0,0) width 560: "This test case is identicate to one abov e except the table is assigned a border of 2 pixels"
21 LayoutTable {TABLE} at (292,126) size 200x30 [bgcolor=#FF0000] [border: (2 px outset #808080)] 21 LayoutTable {TABLE} at (292,126) size 200x30 [bgcolor=#FF0000] [border: (2 px outset #808080)]
22 LayoutTableSection {TBODY} at (2,2) size 196x26 22 LayoutTableSection {TBODY} at (2,2) size 196x26
23 LayoutTableRow {TR} at (0,2) size 196x22 23 LayoutTableRow {TR} at (0,2) size 196x22
24 LayoutTableCell {TD} at (2,2) size 192x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 24 LayoutTableCell {TD} at (2,2) size 192x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
25 RenderImage {INPUT} at (2,2) size 19x18 25 LayoutImage {INPUT} at (2,2) size 19x18
26 RenderText {#text} at (0,0) size 0x0 26 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698