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

Unified Diff: LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (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 3a3ea27ae8780ff2fa0f719a7c406d202aa333b3..070436495898044cc287a571b364e3784812319e 100644
--- a/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/transformed-outlines-expected.txt
@@ -21,12 +21,12 @@ layer at (0,0) size 800x600
RenderSVGText {text} at (0,-14) size 78x18 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 78x18
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 12 width 77.75: "focused text"
- RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
RenderSVGRect {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
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [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)}]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
RenderSVGContainer {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
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100

Powered by Google App Engine
This is Rietveld 408576698