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

Side by Side Diff: LayoutTests/platform/mac/svg/dom/SVGPathSegList-cloning-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 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 770x36 7 RenderText {#text} at (0,0) size 770x36
8 text run at (0,0) width 770: "Below is a JavaScript-generated svg draw ing. You should see two red blobs: the left, a programmatically generated path" 8 text run at (0,0) width 770: "Below is a JavaScript-generated svg draw ing. You should see two red blobs: the left, a programmatically generated path"
9 text run at (0,18) width 147: "and the right, its clone." 9 text run at (0,18) width 147: "and the right, its clone."
10 RenderBlock {DIV} at (0,52) size 784x400 10 RenderBlock {DIV} at (0,52) size 784x400
11 RenderSVGRoot {svg} at (27,189) size 372x162 11 LayoutSVGRoot {svg} at (27,189) size 372x162
12 LayoutSVGPath {path} at (27,189) size 222x162 [stroke={[type=SOLID] [c olor=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [data="M 10 10 L 25 15 L 1 10 75 L 120 90 L 42 42 Z"] 12 LayoutSVGPath {path} at (27,189) size 222x162 [stroke={[type=SOLID] [c olor=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [data="M 10 10 L 25 15 L 1 10 75 L 120 90 L 42 42 Z"]
13 LayoutSVGPath {path} at (177,189) size 222x162 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(75.00,0.00)}] [stroke={[type=SOLID] [color=#000000]}] [fill={ [type=SOLID] [color=#FF0000]}] [data="M 10 10 L 25 15 L 110 75 L 120 90 L 42 42 Z"] 13 LayoutSVGPath {path} at (177,189) size 222x162 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(75.00,0.00)}] [stroke={[type=SOLID] [color=#000000]}] [fill={ [type=SOLID] [color=#FF0000]}] [data="M 10 10 L 25 15 L 110 75 L 120 90 L 42 42 Z"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698