Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Side by Side Diff: LayoutTests/platform/win/svg/text/text-repaint-rects-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x155 3 layer at (0,0) size 800x155
4 RenderBlock {html} at (0,0) size 800x155 4 RenderBlock {html} at (0,0) size 800x155
5 RenderBody {body} at (8,16) size 784x123 5 RenderBody {body} at (8,16) size 784x123
6 RenderBlock {p} at (0,0) size 784x123 6 RenderBlock {p} at (0,0) size 784x123
7 RenderText {#text} at (0,33) size 226x17 7 RenderText {#text} at (0,33) size 226x17
8 text run at (0,33) width 226: "The alphabet A through M is here: " 8 text run at (0,33) width 226: "The alphabet A through M is here: "
9 RenderSVGRoot {svg} at (233,18) size 501x45 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)}] 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) 11 LayoutSVGText {text} at (0,-45) size 37x56 contains 1 chunk(s)
12 LayoutSVGInlineText {#text} at (0,0) size 37x56 12 LayoutSVGInlineText {#text} at (0,0) size 37x56
13 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 36.11: "A" 13 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 36.11: "A"
14 LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s) 14 LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s)
15 LayoutSVGInlineText {#text} at (0,0) size 34x56 15 LayoutSVGInlineText {#text} at (0,0) size 34x56
16 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.35: "B" 16 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.35: "B"
17 LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s) 17 LayoutSVGText {text} at (0,-45) size 34x56 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 34x56 18 LayoutSVGInlineText {#text} at (0,0) size 34x56
19 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.35: "C" 19 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.35: "C"
(...skipping 29 matching lines...) Expand all
49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.46: "M" 49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.46: "M"
50 RenderText {#text} at (725,33) size 779x89 50 RenderText {#text} at (725,33) size 779x89
51 text run at (725,33) width 5: " " 51 text run at (725,33) width 5: " "
52 text run at (729,33) width 50: "this test" 52 text run at (729,33) width 50: "this test"
53 text run at (0,51) width 771: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps " 53 text run at (0,51) width 771: "case is specially constructed so that w hen 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 d rawn correctly. " 54 text run at (0,69) width 340: "and not all of the text in the SVG is d rawn correctly. "
55 text run at (339,69) width 320: "You should see all of A-L (and half o f M) above. " 55 text run at (339,69) width 320: "You should see all of A-L (and half o f M) above. "
56 text run at (658,69) width 89: "The code was" 56 text run at (658,69) width 89: "The code was"
57 text run at (0,87) width 742: "incorrectly calculating the PaintInfo:: rect (damage rect) when passing it through RenderBlock and render block was" 57 text run at (0,87) width 742: "incorrectly calculating the PaintInfo:: rect (damage rect) when passing it through RenderBlock and render block was"
58 text run at (0,105) width 379: "(correctly) clipping out some of the l ineboxes during paint." 58 text run at (0,105) width 379: "(correctly) clipping out some of the l ineboxes during paint."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698