Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / svg / text / text-repaint-rects-expected.txt
blob721a18243e16d63945c2f8b3dc185749e8f05913
1 layer at (0,0) size 800x600
2   LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x155
4   LayoutBlockFlow {html} at (0,0) size 800x155
5     LayoutBlockFlow {body} at (8,16) size 784x123
6       LayoutBlockFlow {p} at (0,0) size 784x123
7         LayoutText {#text} at (0,33) size 226x17
8           text run at (0,33) width 226: "The alphabet A through M is here: "
9         LayoutSVGRoot {svg} at (233,18) size 501x45
10           LayoutSVGContainer {g} at (233,18) size 501x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,47.00)}]
11             LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
12               LayoutSVGInlineText {#text} at (0,0) size 37x56
13                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "A"
14             LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s)
15               LayoutSVGInlineText {#text} at (0,0) size 34x56
16                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.35: "B"
17             LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s)
18               LayoutSVGInlineText {#text} at (0,0) size 34x56
19                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.35: "C"
20             LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
21               LayoutSVGInlineText {#text} at (0,0) size 37x56
22                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "D"
23             LayoutSVGText {text} at (0,-45) size 31x56 contains 1 chunk(s)
24               LayoutSVGInlineText {#text} at (0,0) size 31x56
25                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 30.54: "E"
26             LayoutSVGText {text} at (0,-45) size 28x56 contains 1 chunk(s)
27               LayoutSVGInlineText {#text} at (0,0) size 28x56
28                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 27.81: "F"
29             LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
30               LayoutSVGInlineText {#text} at (0,0) size 37x56
31                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "G"
32             LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
33               LayoutSVGInlineText {#text} at (0,0) size 37x56
34                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "H"
35             LayoutSVGText {text} at (0,-45) size 17x56 contains 1 chunk(s)
36               LayoutSVGInlineText {#text} at (0,0) size 17x56
37                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 16.65: "I"
38             LayoutSVGText {text} at (0,-45) size 20x56 contains 1 chunk(s)
39               LayoutSVGInlineText {#text} at (0,0) size 20x56
40                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 19.46: "J"
41             LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
42               LayoutSVGInlineText {#text} at (0,0) size 37x56
43                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "K"
44             LayoutSVGText {text} at (0,-45) size 31x56 contains 1 chunk(s)
45               LayoutSVGInlineText {#text} at (0,0) size 31x56
46                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 30.54: "L"
47             LayoutSVGText {text} at (0,-45) size 45x56 contains 1 chunk(s)
48               LayoutSVGInlineText {#text} at (0,0) size 45x56
49                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 44.46: "M"
50         LayoutText {#text} at (725,33) size 779x89
51           text run at (725,33) width 5: " "
52           text run at (729,33) width 50: "this test"
53           text run at (0,51) width 771: "case is specially constructed so that when the view is sized to 800x600 (the default for DumpRenderTree) the text wraps"
54           text run at (0,69) width 340: "and not all of the text in the SVG is drawn correctly. "
55           text run at (339,69) width 320: "You should see all of A-L (and half of M) above. "
56           text run at (658,69) width 89: "The code was"
57           text run at (0,87) width 774: "incorrectly calculating the PaintInfo::rect (damage rect) when passing it through LayoutBlockFlow and render block was"
58           text run at (0,105) width 379: "(correctly) clipping out some of the lineboxes during paint."