1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x576
6 LayoutBlockFlow (anonymous) at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 417x19
8 text run at (0,0) width 417: "This is a test for bug 3166276. Set the following preferences to see it:"
9 LayoutBlockFlow {UL} at (0,36) size 784x40
10 LayoutListItem {LI} at (40,0) size 744x20
11 LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
12 LayoutText {#text} at (0,0) size 212x19
13 text run at (0,0) width 212: "Proportional font -- Times 15 point"
14 LayoutListItem {LI} at (40,20) size 744x20
15 LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
16 LayoutText {#text} at (0,0) size 223x19
17 text run at (0,0) width 223: "Fixed width font -- Monaco 11 point"
18 LayoutBlockFlow {P} at (0,92) size 784x70
19 LayoutTable {TABLE} at (0,0) size 784x70 [border: (1px outset #808080)]
20 LayoutTableSection {TBODY} at (1,1) size 782x68
21 LayoutTableRow {TR} at (0,2) size 782x64
22 LayoutTableCell {TD} at (2,2) size 778x64 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
23 LayoutText {#text} at (2,2) size 114x19
24 text run at (2,2) width 114: "The following text: "
25 LayoutInline {TT} at (0,0) size 88x16
26 LayoutText {#text} at (116,5) size 88x16
27 text run at (116,5) width 88: "hello world"
28 LayoutText {#text} at (204,2) size 763x59
29 text run at (204,2) width 561: ", is written using the <tt> tag. It should show up as Monaco 11 point, but instead it is showing"
30 text run at (2,22) width 740: "up as Monaco 15 point. The font is correct, but the point size is whatever is set for the proportional font. Note that this only"
31 text run at (2,42) width 192: "happens to text inside a <table>"
32 LayoutBlockFlow {P} at (0,178) size 784x20
33 LayoutText {#text} at (0,0) size 277x19
34 text run at (0,0) width 277: "Here is the same text again outside a <table>: "
35 LayoutInline {TT} at (0,0) size 88x16
36 LayoutText {#text} at (277,3) size 88x16
37 text run at (277,3) width 88: "hello world"
38 LayoutText {#text} at (365,0) size 225x19
39 text run at (365,0) width 225: ". Notice it is displayed correctly now."