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

Unified Diff: LayoutTests/platform/mac/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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt b/LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt
index 42aea92c0d1011026e3dbd161d16dab0670b8f96..56221beb939fa75508f5bea9b19cf06a35423f7c 100644
--- a/LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt
@@ -8,5 +8,5 @@ layer at (0,0) size 800x600
text run at (0,0) width 544: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses."
RenderBlock {DIV} at (0,34) size 784x400
RenderSVGRoot {svg} at (47,231) size 222x42
- RenderSVGEllipse {ellipse} at (47,231) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00]
- RenderSVGEllipse {ellipse} at (147,231) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.00] [rx=30.00] [ry=10.00]
+ LayoutSVGEllipse {ellipse} at (47,231) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00]
+ LayoutSVGEllipse {ellipse} at (147,231) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.00] [rx=30.00] [ry=10.00]

Powered by Google App Engine
This is Rietveld 408576698