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

Side by Side Diff: LayoutTests/platform/linux/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 800x164 3 layer at (0,0) size 800x164
4 RenderBlock {html} at (0,0) size 800x164 4 RenderBlock {html} at (0,0) size 800x164
5 RenderBody {body} at (8,16) size 784x132 5 RenderBody {body} at (8,16) size 784x132
6 RenderBlock {p} at (0,0) size 784x132 6 RenderBlock {p} at (0,0) size 784x132
7 RenderText {#text} at (0,32) size 210x19 7 RenderText {#text} at (0,32) size 210x19
8 text run at (0,32) width 210: "The alphabet A through M is here: " 8 text run at (0,32) width 210: "The alphabet A through M is here: "
9 RenderSVGRoot {svg} at (218,18) size 500x45 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)}] 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) 11 LayoutSVGText {text} at (0,-45) size 35x57 contains 1 chunk(s)
12 LayoutSVGInlineText {#text} at (0,0) size 35x57 12 LayoutSVGInlineText {#text} at (0,0) size 35x57
13 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 35.00: "A" 13 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 35.00: "A"
14 LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s) 14 LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s)
15 LayoutSVGInlineText {#text} at (0,0) size 33x57 15 LayoutSVGInlineText {#text} at (0,0) size 33x57
16 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.00: "B" 16 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.00: "B"
17 LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s) 17 LayoutSVGText {text} at (0,-45) size 33x57 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 33x57 18 LayoutSVGInlineText {#text} at (0,0) size 33x57
19 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.00: "C" 19 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 33.00: "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.00: "M" 49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.00: "M"
50 RenderText {#text} at (710,32) size 773x99 50 RenderText {#text} at (710,32) size 773x99
51 text run at (710,32) width 4: " " 51 text run at (710,32) width 4: " "
52 text run at (714,32) width 45: "this test" 52 text run at (714,32) width 45: "this test"
53 text run at (0,52) width 773: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps and not" 53 text run at (0,52) width 773: "case is specially constructed so that w hen 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 cor rectly. " 54 text run at (0,72) width 268: "all of the text in the SVG is drawn cor rectly. "
55 text run at (268,72) width 300: "You should see all of A-L (and half o f M) above. " 55 text run at (268,72) width 300: "You should see all of A-L (and half o f M) above. "
56 text run at (568,72) width 152: "The code was incorrectly" 56 text run at (568,72) width 152: "The code was incorrectly"
57 text run at (0,92) width 762: "calculating the PaintInfo::rect (damage rect) when passing it through RenderBlock and render block was (correctly) clip ping out" 57 text run at (0,92) width 762: "calculating the PaintInfo::rect (damage rect) when passing it through RenderBlock and render block was (correctly) clip ping out"
58 text run at (0,112) width 208: "some of the lineboxes during paint." 58 text run at (0,112) width 208: "some of the lineboxes during paint."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698