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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-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/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
index e867f510ccef1142a870161640e66de76b218284..3c32f504ac68934ca4b55ca3f65b16ce9864c957 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-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 (80,110) size 300x180
+ LayoutSVGContainer {g} at (80,110) size 300x180
RenderSVGViewportContainer {svg} at (80,110) size 300x180
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="MyFilter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
@@ -12,12 +12,12 @@ layer at (0,0) size 480x360
[feGaussianBlur stdDeviation="4.00, 4.00"]
[SourceAlpha]
RenderSVGRect {rect} at (80,110) size 300x180 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#888888]}] [x=1.00] [y=1.00] [width=198.00] [height=118.00]
- RenderSVGContainer {g} at (80,110) size 300x180
+ LayoutSVGContainer {g} at (80,110) size 300x180
[filter="MyFilter"] LayoutSVGResourceFilter {filter} at (0,0) size 200x120
- RenderSVGContainer {g} at (80,147) size 300x106
+ LayoutSVGContainer {g} at (80,147) size 300x106
RenderSVGPath {path} at (80,147) size 300x106 [stroke={[type=SOLID] [color=#D90000] [stroke width=10.00]}] [data="M 50 90 C 0 90 0 30 50 30 L 150 30 C 200 30 200 90 150 90 Z"]
RenderSVGPath {path} at (125,170) size 210x60 [fill={[type=SOLID] [color=#D90000]}] [data="M 60 80 C 30 80 30 40 60 40 L 140 40 C 170 40 170 80 140 80 Z"]
- RenderSVGContainer {g} at (156,154) size 149x86
+ LayoutSVGContainer {g} at (156,154) size 149x86
LayoutSVGText {text} at (52,30) size 97x56 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 97x55
chunk 1 text run 1 at (52.00,76.00) startOffset 0 endOffset 3 width 96.42: "SVG"

Powered by Google App Engine
This is Rietveld 408576698