Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / fast / css-generated-content / 012-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 784x568
6       RenderBlock {H1} at (0,0) size 784x55
7         RenderText {#text} at (0,1) size 776x53
8           text run at (0,1) width 776: "Inheritance bug for floated first-letter"
9       RenderBlock {P} at (0,87.16) size 784x192 [bgcolor=#EEEEEE] [border: (1px solid #000000)]
10         RenderInline (generated) at (0,0) size 54x82 [color=#008000] [border: (1px dashed #008000)]
11           RenderTextFragment {#text} at (2,2) size 52x80
12             text run at (2,2) width 52: "H"
13         RenderTextFragment {#text} at (54,45) size 756x145
14           text run at (54,45) width 703: "ere is the first paragraph. Here the CSS :first-line rule sets the text"
15           text run at (1,83) width 256: "to a green, sans-serif font. "
16           text run at (256,83) width 482: "Then, the CSS :first-letter rule sets the font size to"
17           text run at (1,110) width 687: "3em, and makes the text bold. And here's some more text to pad out the"
18           text run at (1,137) width 710: "paragraph and make things look nice (or, at least, to illustrate the problem"
19           text run at (1,164) width 100: "correctly)."
20       RenderBlock {P} at (0,303.16) size 784x138 [bgcolor=#EEEEEE] [border: (1px solid #000000)]
21         RenderBlock (floating) at (1,1) size 54x84 [color=#008000] [border: (1px dashed #008000)]
22           RenderTextFragment {#text} at (1,2) size 52x80
23             text run at (1,2) width 52: "H"
24         RenderTextFragment {#text} at (55,1) size 782x135
25           text run at (55,1) width 718: "ere is the second paragraph. This is just like the first except that the"
26           text run at (55,29) width 376: "rule p.floated:first-letter floats the first "
27           text run at (430,29) width 161: "letter to the left. "
28           text run at (590,29) width 135: "However, this"
29           text run at (55,56) width 726: "floated element should still inherit the font properties (green and sans-serif)"
30           text run at (55,83) width 728: "from the first-line: selector. It does not -- instead, the font is black, and uses"
31           text run at (1,110) width 451: "the serif font. .... And here's some more text ...."