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

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-10-b-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/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
index 2f56774ae61c589e8f0918a712c10e7371fdfa86..52c5654015997eccc8c6e6e85a803e6991bd88f3 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
@@ -6,21 +6,21 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (10,11) size 200x17 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 200x17
chunk 1 text run 1 at (10.00,25.00) startOffset 0 endOffset 30 width 200.00: "Testing spreadMethod attribute"
- RenderSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=objectBoundingBox] [start=(0.40,0)] [end=(0.60,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=objectBoundingBox] [start=(0.40,0)] [end=(0.60,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGRect {rect} at (10,35) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad1"]}] [x=10.00] [y=35.00] [width=460.00] [height=55.00]
RenderSVGText {text} at (10,93) size 107x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 107x15
chunk 1 text run 1 at (10.00,105.00) startOffset 0 endOffset 16 width 107.00: "spreadMethod=pad"
- RenderSVGResourceLinearGradient {linearGradient} [id="Grad2"] [gradientUnits=objectBoundingBox] [spreadMethod=REFLECT] [start=(0.40,0)] [end=(0.60,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="Grad2"] [gradientUnits=objectBoundingBox] [spreadMethod=REFLECT] [start=(0.40,0)] [end=(0.60,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGRect {rect} at (10,120) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad2"]}] [x=10.00] [y=120.00] [width=460.00] [height=55.00]
RenderSVGText {text} at (10,178) size 119x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 119x15
chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 20 width 119.00: "spreadMethod=reflect"
- RenderSVGResourceLinearGradient {linearGradient} [id="Grad3"] [gradientUnits=objectBoundingBox] [spreadMethod=REPEAT] [start=(0.40,0)] [end=(0.60,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="Grad3"] [gradientUnits=objectBoundingBox] [spreadMethod=REPEAT] [start=(0.40,0)] [end=(0.60,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGRect {rect} at (10,205) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad3"]}] [x=10.00] [y=205.00] [width=460.00] [height=55.00]

Powered by Google App Engine
This is Rietveld 408576698