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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt

Issue 927583002: Moving RenderSVG* files from rendering/ 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 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 509x19 7 RenderText {#text} at (0,0) size 509x19
8 text run at (0,0) width 509: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses." 8 text run at (0,0) width 509: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses."
9 RenderBlock {DIV} at (0,36) size 784x400 9 RenderBlock {DIV} at (0,36) size 784x400
10 RenderSVGRoot {svg} at (47,233) size 222x42 10 RenderSVGRoot {svg} at (47,233) size 222x42
11 RenderSVGEllipse {ellipse} at (47,233) size 122x42 [stroke={[type=SOLI D] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00] 11 LayoutSVGEllipse {ellipse} at (47,233) size 122x42 [stroke={[type=SOLI D] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00]
12 RenderSVGEllipse {ellipse} at (147,233) size 122x42 [stroke={[type=SOL ID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.0 0] [rx=30.00] [ry=10.00] 12 LayoutSVGEllipse {ellipse} at (147,233) size 122x42 [stroke={[type=SOL ID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.0 0] [rx=30.00] [ry=10.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698