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