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

Unified Diff: LayoutTests/platform/win/svg/batik/text/textEffect2-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/win/svg/batik/text/textEffect2-expected.txt
diff --git a/LayoutTests/platform/win/svg/batik/text/textEffect2-expected.txt b/LayoutTests/platform/win/svg/batik/text/textEffect2-expected.txt
index 10dac00bb006c47c47b1928233973971c013a2a5..b386a6a5d8534db7a78afa03f2061bb833c0b081 100644
--- a/LayoutTests/platform/win/svg/batik/text/textEffect2-expected.txt
+++ b/LayoutTests/platform/win/svg/batik/text/textEffect2-expected.txt
@@ -10,25 +10,25 @@ layer at (0,0) size 450x500
RenderSVGInlineText {#text} at (0,0) size 241x17
chunk 1 (middle anchor) text run 1 at (104.50,50.00) startOffset 0 endOffset 32 width 240.99: "(Using System font and SVG font)"
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceLinearGradient {linearGradient} [id="grad"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="grad"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
RenderSVGGradientStop {stop} [offset=0.50] [color=#FFA500]
RenderSVGGradientStop {stop} [offset=1.00] [color=#DC143C]
- RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
RenderSVGText {text} at (100,152) size 155x59 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 155x59
chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 5 width 154.10: "BATIK"
- RenderSVGResourceClipper {clipPath} [id="svgClip"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="svgClip"] [clipPathUnits=userSpaceOnUse]
RenderSVGText {text} at (100,252) size 155x59 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 155x59
chunk 1 text run 1 at (100.00,300.00) startOffset 0 endOffset 5 width 154.10: "BATIK"
RenderSVGRect {rect} at (100,160) size 155x45 [fill={[type=LINEAR-GRADIENT] [id="grad"]}] [x=100.00] [y=160.00] [width=200.00] [height=45.00]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (100,152) size 154.11x59
+ [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (100,152) size 154.11x59
RenderSVGText {text} at (300,188) size 67x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 67x15
chunk 1 text run 1 at (300.00,200.00) startOffset 0 endOffset 13 width 67.00: "(System font)"
RenderSVGRect {rect} at (100,260) size 155x45 [fill={[type=LINEAR-GRADIENT] [id="grad"]}] [x=100.00] [y=260.00] [width=200.00] [height=45.00]
- [clipPath="svgClip"] RenderSVGResourceClipper {clipPath} at (100,252) size 154.11x59
+ [clipPath="svgClip"] LayoutSVGResourceClipper {clipPath} at (100,252) size 154.11x59
RenderSVGText {text} at (300,288) size 54x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 54x15
chunk 1 text run 1 at (300.00,300.00) startOffset 0 endOffset 10 width 54.00: "(SVG font)"

Powered by Google App Engine
This is Rietveld 408576698