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

Unified Diff: LayoutTests/platform/mac/svg/custom/transformed-outlines-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/transformed-outlines-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt b/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt
index b9ccd715649fcf288756ddc9e7fbd5c600e3da5a..7c182c91bc318128e87f98d166d5cc431643a22e 100644
--- a/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt
@@ -2,8 +2,8 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (10,10) size 437x527
- RenderSVGEllipse {circle} at (13,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [cx=65.00] [cy=60.00] [r=50.00]
- RenderSVGPath {path} at (138,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [data="M 140 10 L 190 110 L 240 60 L 220 60 L 200 30 Z"]
+ LayoutSVGEllipse {circle} at (13,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [cx=65.00] [cy=60.00] [r=50.00]
+ LayoutSVGPath {path} at (138,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [data="M 140 10 L 190 110 L 240 60 L 220 60 L 200 30 Z"]
LayoutSVGContainer {g} at (268,8) size 104x104
LayoutSVGRect {rect} at (270,10) size 100x100 [fill={[type=SOLID] [color=#FFA500]}] [x=270.00] [y=10.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (10,140) size 137x137 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(60.00,140.00)}]
@@ -23,10 +23,10 @@ layer at (0,0) size 800x600
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 12 width 77.75: "focused text"
LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGImage {image} at (0,0) size 2x2
+ LayoutSVGImage {image} at (0,0) size 2x2
[clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
- RenderSVGImage {image} at (147,397) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,400.00)}]
+ LayoutSVGImage {image} at (147,397) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,400.00)}]
[clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
LayoutSVGContainer {g} at (307,397) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(360.00,400.00)}]
- RenderSVGImage {image} at (310,400) size 137x137
+ LayoutSVGImage {image} at (310,400) size 137x137
[clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100

Powered by Google App Engine
This is Rietveld 408576698