| layer at (0,0) size 800x600 |
| RenderView at (0,0) size 800x600 |
| layer at (0,0) size 800x600 |
| RenderBlock {HTML} at (0,0) size 800x600 |
| RenderBody {BODY} at (8,8) size 784x568 |
| RenderBlock {H1} at (0,0) size 784x55 |
| RenderText {#text} at (0,1) size 774x53 |
| text run at (0,1) width 774: "Inheritance bug for floated first-letter" |
| RenderBlock {P} at (0,87) size 784x166 [bgcolor=#EEEEEE] [border: (1px solid #000000)] |
| RenderInline (generated) at (0,0) size 54x82 [color=#008000] [border: (1px dashed #008000)] |
| RenderText at (2,2) size 52x80 |
| text run at (2,2) width 52: "H" |
| RenderText {#text} at (55,45) size 780x118 |
| text run at (55,45) width 726: "ere is the first paragraph. Here the CSS :first-line rule sets the text to" |
| text run at (1,83) width 232: "a green, sans-serif font. " |
| text run at (233,83) width 541: "Then, the CSS :first-letter rule sets the font size to 3em," |
| text run at (1,110) width 743: "and makes the text bold. And here's some more text to pad out the paragraph" |
| text run at (1,137) width 723: "and make things look nice (or, at least, to illustrate the problem correctly)." |
| RenderBlock {P} at (0,276) size 784x139 [bgcolor=#EEEEEE] [border: (1px solid #000000)] |
| RenderBlock (floating) at (1,1) size 54x84 [color=#008000] [border: (1px dashed #008000)] |
| RenderText at (1,2) size 52x80 |
| text run at (1,2) width 52: "H" |
| RenderText {#text} at (55,1) size 768x135 |
| text run at (55,1) width 714: "ere is the second paragraph. This is just like the first except that the" |
| text run at (55,29) width 382: "rule p.floated:first-letter floats the first " |
| text run at (437,29) width 163: "letter to the left. " |
| text run at (600,29) width 135: "However, this" |
| text run at (55,56) width 683: "floated element should still inherit the font properties (green and sans-" |
| text run at (55,83) width 704: "serif) from the first-line: selector. It does not -- instead, the font is black," |
| text run at (1,110) width 542: "and uses the serif font. .... And here's some more text ...." |