| layer at (0,0) size 800x600 |
| RenderView at (0,0) size 800x600 |
| layer at (0,0) size 800x155 |
| RenderBlock {html} at (0,0) size 800x155 |
| RenderBody {body} at (8,16) size 784x123 |
| RenderBlock {p} at (0,0) size 784x123 |
| RenderText {#text} at (0,33) size 225x18 |
| text run at (0,33) width 225: "The alphabet A through M is here: " |
| RenderSVGRoot {svg} at (232,17) size 501x46 |
| RenderSVGContainer {g} at (232,17) size 501x46 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,47.00)}] |
| RenderSVGText {text} at (0,-46) size 37x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 37x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "A" |
| RenderSVGText {text} at (0,-46) size 34x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 34x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.35: "B" |
| RenderSVGText {text} at (0,-46) size 34x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 34x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 33.35: "C" |
| RenderSVGText {text} at (0,-46) size 37x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 37x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "D" |
| RenderSVGText {text} at (0,-46) size 31x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 31x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 30.54: "E" |
| RenderSVGText {text} at (0,-46) size 28x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 28x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 27.81: "F" |
| RenderSVGText {text} at (0,-46) size 37x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 37x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "G" |
| RenderSVGText {text} at (0,-46) size 37x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 37x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "H" |
| RenderSVGText {text} at (0,-46) size 17x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 17x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 16.65: "I" |
| RenderSVGText {text} at (0,-46) size 20x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 20x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 19.46: "J" |
| RenderSVGText {text} at (0,-46) size 37x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 37x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 36.11: "K" |
| RenderSVGText {text} at (0,-46) size 31x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 31x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 30.54: "L" |
| RenderSVGText {text} at (0,-46) size 45x59 contains 1 chunk(s) |
| RenderSVGInlineText {#text} at (0,0) size 45x58 |
| chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 44.46: "M" |
| RenderText {#text} at (724,33) size 778x90 |
| text run at (724,33) width 5: " " |
| text run at (728,33) width 50: "this test" |
| 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" |
| text run at (0,69) width 339: "and not all of the text in the SVG is drawn correctly. " |
| text run at (338,69) width 318: "You should see all of A-L (and half of M) above. " |
| text run at (655,69) width 89: "The code was" |
| text run at (0,87) width 742: "incorrectly calculating the PaintInfo::rect (damage rect) when passing it through RenderBlock and render block was" |
| text run at (0,105) width 379: "(correctly) clipping out some of the lineboxes during paint." |