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

Unified Diff: LayoutTests/platform/android/svg/batik/text/textEffect3-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/android/svg/batik/text/textEffect3-expected.txt
diff --git a/LayoutTests/platform/android/svg/batik/text/textEffect3-expected.txt b/LayoutTests/platform/android/svg/batik/text/textEffect3-expected.txt
index 91d35614cfcf12d032f011f9fe7d5e98a7c49957..c9666de185a87df8fbb5909379e23745019f5e4c 100644
--- a/LayoutTests/platform/android/svg/batik/text/textEffect3-expected.txt
+++ b/LayoutTests/platform/android/svg/batik/text/textEffect3-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 450x500
- RenderSVGRoot {svg} at (0,0) size 448x498
+ LayoutSVGRoot {svg} at (0,0) size 448x498
LayoutSVGContainer {g} at (39,15) size 387x388
LayoutSVGText {text} at (103,15) size 244x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 244x18
@@ -11,13 +11,13 @@ layer at (0,0) size 450x500
chunk 1 (middle anchor) text run 1 at (109.00,50.00) startOffset 0 endOffset 32 width 232.00: "(Using System font and SVG font)"
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="linearGradient"] [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]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
+ LayoutSVGGradientStop {stop} [offset=0.50] [color=#FFA500]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#DC143C]
LayoutSVGResourceRadialGradient {radialGradient} [id="radialGradient"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
- RenderSVGGradientStop {stop} [offset=0.50] [color=#FFA500]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#DC143C]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
+ LayoutSVGGradientStop {stop} [offset=0.50] [color=#FFA500]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#DC143C]
LayoutSVGResourceFilter {filter} [id="dropShadow"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="2.00, 2.00"]
[SourceGraphic]

Powered by Google App Engine
This is Rietveld 408576698