Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win-xp / svg / text / text-repaint-rects-expected.txt
blob0a4a82c599f6534153e6e8bb089c690f8fa837fe
1 layer at (0,0) size 800x600
2   LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x164
4   LayoutBlockFlow {html} at (0,0) size 800x164
5     LayoutBlockFlow {body} at (8,16) size 784x132
6       LayoutBlockFlow {p} at (0,0) size 784x132
7         LayoutText {#text} at (0,32) size 210x19
8           text run at (0,32) width 210: "The alphabet A through M is here: "
9         LayoutSVGRoot {svg} at (218,18) size 500x45
10           LayoutSVGContainer {g} at (218,18) size 500x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,47.00)}]
11             LayoutSVGText {text} at (0,-45) size 35x57 contains 1 chunk(s)
12               LayoutSVGInlineText {#text} at (0,0) size 35x57
13                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 35.00: "A"
14             LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s)
15               LayoutSVGInlineText {#text} at (0,0) size 33x57
16                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.00: "B"
17             LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s)
18               LayoutSVGInlineText {#text} at (0,0) size 33x57
19                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.00: "C"
20             LayoutSVGText {text} at (0,-45) size 36x57 contains 1 chunk(s)
21               LayoutSVGInlineText {#text} at (0,0) size 36x57
22                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.00: "D"
23             LayoutSVGText {text} at (0,-45) size 31x57 contains 1 chunk(s)
24               LayoutSVGInlineText {#text} at (0,0) size 31x57
25                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 31.00: "E"
26             LayoutSVGText {text} at (0,-45) size 27x57 contains 1 chunk(s)
27               LayoutSVGInlineText {#text} at (0,0) size 27x57
28                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 27.00: "F"
29             LayoutSVGText {text} at (0,-45) size 36x57 contains 1 chunk(s)
30               LayoutSVGInlineText {#text} at (0,0) size 36x57
31                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.00: "G"
32             LayoutSVGText {text} at (0,-45) size 36x57 contains 1 chunk(s)
33               LayoutSVGInlineText {#text} at (0,0) size 36x57
34                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.00: "H"
35             LayoutSVGText {text} at (0,-45) size 17x57 contains 1 chunk(s)
36               LayoutSVGInlineText {#text} at (0,0) size 17x57
37                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 17.00: "I"
38             LayoutSVGText {text} at (0,-45) size 19x57 contains 1 chunk(s)
39               LayoutSVGInlineText {#text} at (0,0) size 19x57
40                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 19.00: "J"
41             LayoutSVGText {text} at (0,-45) size 35x57 contains 1 chunk(s)
42               LayoutSVGInlineText {#text} at (0,0) size 35x57
43                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 35.00: "K"
44             LayoutSVGText {text} at (0,-45) size 30x57 contains 1 chunk(s)
45               LayoutSVGInlineText {#text} at (0,0) size 30x57
46                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 30.00: "L"
47             LayoutSVGText {text} at (0,-45) size 44x57 contains 1 chunk(s)
48               LayoutSVGInlineText {#text} at (0,0) size 44x57
49                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 44.00: "M"
50         LayoutText {#text} at (710,32) size 773x99
51           text run at (710,32) width 4: " "
52           text run at (714,32) width 45: "this test"
53           text run at (0,52) width 773: "case is specially constructed so that when the view is sized to 800x600 (the default for DumpRenderTree) the text wraps and not"
54           text run at (0,72) width 268: "all of the text in the SVG is drawn correctly. "
55           text run at (268,72) width 300: "You should see all of A-L (and half of M) above. "
56           text run at (568,72) width 152: "The code was incorrectly"
57           text run at (0,92) width 768: "calculating the PaintInfo::rect (damage rect) when passing it through LayoutBlockFlow and render block was (correctly) clipping"
58           text run at (0,112) width 231: "out some of the lineboxes during paint."