summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/linux/fast/css-generated-content/012-expected.txt
blob: 2f0ad5c677216a38169a9aff8e7744a933d23b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
layer at (0,0) size 800x600
  LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
  LayoutBlockFlow {HTML} at (0,0) size 800x600
    LayoutBlockFlow {BODY} at (8,8) size 784x568
      LayoutBlockFlow {H1} at (0,0) size 784x57
        LayoutText {#text} at (0,1) size 770x55
          text run at (0,1) width 770: "Inheritance bug for floated first-letter"
      LayoutBlockFlow {P} at (0,89.16) size 784x200 [bgcolor=#EEEEEE] [border: (1px solid #000000)]
        LayoutInline {<pseudo:first-letter>} at (0,0) size 54x86 [color=#008000] [border: (1px dashed #008000)]
          LayoutTextFragment (anonymous) at (2,2) size 52x84
            text run at (2,2) width 52: "H"
        LayoutTextFragment {#text} at (55,48) size 763x150
          text run at (55,48) width 709: "ere is the first paragraph. Here the CSS :first-line rule sets the text"
          text run at (1,87) width 255: "to a green, sans-serif font. "
          text run at (256,87) width 478: "Then, the CSS :first-letter rule sets the font size to"
          text run at (1,115) width 689: "3em, and makes the text bold. And here's some more text to pad out the"
          text run at (1,143) width 707: "paragraph and make things look nice (or, at least, to illustrate the problem"
          text run at (1,171) width 100: "correctly)."
      LayoutBlockFlow {P} at (0,313.16) size 784x142 [bgcolor=#EEEEEE] [border: (1px solid #000000)]
        LayoutBlockFlow (floating) {<pseudo:first-letter>} at (1,1) size 54x88 [color=#008000] [border: (1px dashed #008000)]
          LayoutTextFragment (anonymous) at (1,2) size 52x84
            text run at (1,2) width 52: "H"
        LayoutTextFragment {#text} at (55,1) size 781x139
          text run at (55,1) width 727: "ere is the second paragraph. This is just like the first except that the"
          text run at (55,29) width 375: "rule p.floated:first-letter floats the first "
          text run at (430,29) width 161: "letter to the left. "
          text run at (591,29) width 134: "However, this"
          text run at (55,57) width 722: "floated element should still inherit the font properties (green and sans-serif)"
          text run at (55,85) width 725: "from the first-line: selector. It does not -- instead, the font is black, and uses"
          text run at (1,113) width 451: "the serif font. .... And here's some more text ...."