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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt
index 2c218782316a266913f2eacc7b557d9cb6193509..1630156d8c6951477728ab4bc150dcd90321f7c9 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt
@@ -2,7 +2,7 @@ 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
- RenderSVGContainer {g} at (90,18) size 318x232
+ LayoutSVGContainer {g} at (90,18) size 318x232
LayoutSVGText {text} at (145,18) size 137x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 137x15
chunk 1 text run 1 at (145.00,30.00) startOffset 0 endOffset 26 width 137.00: "Filters: feDiffuseLighting"
@@ -34,7 +34,7 @@ layer at (0,0) size 480x360
LayoutSVGResourceFilter {filter} [id="lightingColorC"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feDiffuseLighting surfaceScale="10.00" diffuseConstant="1.00" kernelUnitLength="0.00, 0.00"]
[SourceGraphic]
- RenderSVGContainer {g} at (90,60) size 280x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,50.00)}]
+ LayoutSVGContainer {g} at (90,60) size 280x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,50.00)}]
LayoutSVGText {text} at (90,10) size 280x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 280x19
chunk 1 text run 1 at (90.00,25.00) startOffset 0 endOffset 46 width 280.00: "Various values for surfaceScale: 1, 10 and -10"
@@ -44,7 +44,7 @@ layer at (0,0) size 480x360
[filter="surfaceScaleB"] LayoutSVGResourceFilter {filter} at (160,30) size 50x30
RenderSVGImage {image} at (230,80) size 50x30
[filter="surfaceScaleC"] LayoutSVGResourceFilter {filter} at (230,30) size 50x30
- RenderSVGContainer {g} at (90,130) size 281x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
+ LayoutSVGContainer {g} at (90,130) size 281x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]
LayoutSVGText {text} at (90,10) size 281x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 281x19
chunk 1 text run 1 at (90.00,25.00) startOffset 0 endOffset 47 width 281.00: "Various values for diffuseConstants: 0, 1 and 2"
@@ -54,7 +54,7 @@ layer at (0,0) size 480x360
[filter="diffuseConstantB"] LayoutSVGResourceFilter {filter} at (160,30) size 50x30
RenderSVGImage {image} at (230,150) size 50x30
[filter="diffuseConstantC"] LayoutSVGResourceFilter {filter} at (230,30) size 50x30
- RenderSVGContainer {g} at (90,200) size 318x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,190.00)}]
+ LayoutSVGContainer {g} at (90,200) size 318x50 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,190.00)}]
LayoutSVGText {text} at (90,10) size 318x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 318x19
chunk 1 text run 1 at (90.00,25.00) startOffset 0 endOffset 55 width 318.00: "Various values for lighting color: red, yellow and blue"

Powered by Google App Engine
This is Rietveld 408576698