2762073f8adb759c8e81e40aa89e3fbf7d716942
[framework/web/webkit-efl.git] / LayoutTests / platform / gtk / fast / table / 018-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4   RenderBlock {HTML} at (0,0) size 800x600
5     RenderBody {BODY} at (8,8) size 784x576
6       RenderBlock (anonymous) at (0,0) size 784x19
7         RenderText {#text} at (0,0) size 436x19
8           text run at (0,0) width 436: "This is a test for bug 3166276. Set the following preferences to see it:"
9       RenderBlock {UL} at (0,35) size 784x38
10         RenderListItem {LI} at (40,0) size 744x19
11           RenderListMarker at (-18,0) size 7x19: bullet
12           RenderText {#text} at (0,0) size 220x19
13             text run at (0,0) width 220: "Proportional font -- Times 15 point"
14         RenderListItem {LI} at (40,19) size 744x19
15           RenderListMarker at (-18,0) size 7x19: bullet
16           RenderText {#text} at (0,0) size 231x19
17             text run at (0,0) width 231: "Fixed width font -- Monaco 11 point"
18       RenderBlock {P} at (0,89) size 784x67
19         RenderTable {TABLE} at (0,0) size 784x67 [border: (1px outset #808080)]
20           RenderTableSection {TBODY} at (1,1) size 782x65
21             RenderTableRow {TR} at (0,2) size 782x61
22               RenderTableCell {TD} at (2,2) size 778x61 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
23                 RenderText {#text} at (2,2) size 125x19
24                   text run at (2,2) width 125: "The following text: "
25                 RenderInline {TT} at (0,0) size 88x15
26                   RenderText {#text} at (127,6) size 88x15
27                     text run at (127,6) width 88: "hello world"
28                 RenderText {#text} at (215,2) size 773x57
29                   text run at (215,2) width 532: ", is written using the <tt> tag. It should show up as Monaco 11 point, but instead it is"
30                   text run at (2,21) width 773: "showing up as Monaco 15 point. The font is correct, but the point size is whatever is set for the proportional font. Note that"
31                   text run at (2,40) width 257: "this only happens to text inside a <table>"
32       RenderBlock {P} at (0,172) size 784x19
33         RenderText {#text} at (0,0) size 289x19
34           text run at (0,0) width 289: "Here is the same text again outside a <table>: "
35         RenderInline {TT} at (0,0) size 88x15
36           RenderText {#text} at (289,4) size 88x15
37             text run at (289,4) width 88: "hello world"
38         RenderText {#text} at (377,0) size 235x19
39           text run at (377,0) width 235: ". Notice it is displayed correctly now."