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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files 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/W3C-SVG-1.1/pservers-grad-09-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt
index f5ff700b1f6f70afe3e78c4b050557405809b25b..66e4b49a88c94650a4e1e99bcaf3a876c238d91a 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt
@@ -1,14 +1,14 @@
layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
- RenderSVGRoot {svg} at (0,0) size 480x360
+ LayoutSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (10,11) size 430x282
LayoutSVGText {text} at (10,11) size 201x17 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 201x17
chunk 1 text run 1 at (10.00,25.00) startOffset 0 endOffset 31 width 200.10: "Testing gradientUnits attribute"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGRect {rect} at (125,35) size 200x50 [fill={[type=LINEAR-GRADIENT] [id="Grad1"]}] [x=125.00] [y=35.00] [width=200.00] [height=50.00]
LayoutSVGText {text} at (10,89) size 390x14 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 390x14
@@ -17,8 +17,8 @@ layer at (0,0) size 480x360
LayoutSVGInlineText {#text} at (0,0) size 359x14
chunk 1 text run 1 at (10.00,115.00) startOffset 0 endOffset 71 width 358.19: "Gradient is from the object left edge (red) to object right edge (blue)"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad2"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
LayoutSVGRect {rect} at (10,125) size 430x50 [fill={[type=LINEAR-GRADIENT] [id="Grad2"]}] [x=10.00] [y=125.00] [width=430.00] [height=50.00]
LayoutSVGText {text} at (10,179) size 182x14 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 182x14
@@ -27,8 +27,8 @@ layer at (0,0) size 480x360
LayoutSVGInlineText {#text} at (0,0) size 373x14
chunk 1 text run 1 at (10.00,205.00) startOffset 0 endOffset 71 width 372.21: "Gradient is from the object top edge (blue) to object bottom edge (red)"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad3"] [gradientUnits=userSpaceOnUse] [start=(0,0)] [end=(0,430)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGRect {rect} at (10,210) size 430x50 [transform={m=((0.00,-1.00)(1.00,0.00)) t=(10.00,260.00)}] [fill={[type=LINEAR-GRADIENT] [id="Grad3"]}] [x=0.00] [y=0.00] [width=50.00] [height=430.00]
LayoutSVGText {text} at (10,264) size 173x14 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 173x14

Powered by Google App Engine
This is Rietveld 408576698