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

Unified Diff: LayoutTests/svg/custom/use-in-symbol-with-offset-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/svg/custom/use-in-symbol-with-offset-expected.txt
diff --git a/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt b/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt
index f3c7775ff533ea0684c376936bc195012017bafd..b5d1a4086464ab2a49b063d7c751171b3ddedd86 100644
--- a/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt
+++ b/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt
@@ -6,17 +6,17 @@ layer at (0,0) size 100x100
RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
RenderSVGRect {rect} at (0,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
- RenderSVGContainer {use} at (0,0) size 1x2
+ LayoutSVGContainer {use} at (0,0) size 1x2
RenderSVGViewportContainer {svg} at (0,0) size 1x2
RenderSVGRect {rect} at (0,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
- RenderSVGContainer {use} at (1,0) size 1x2 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
+ LayoutSVGContainer {use} at (1,0) size 1x2 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
RenderSVGViewportContainer {svg} at (1,0) size 1x2
RenderSVGRect {rect} at (1,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
- RenderSVGContainer {use} at (0,0) size 100x100
+ LayoutSVGContainer {use} at (0,0) size 100x100
RenderSVGViewportContainer {svg} at (0,0) size 100x100
- RenderSVGContainer {g} at (0,0) size 50x100
+ LayoutSVGContainer {g} at (0,0) size 50x100
RenderSVGViewportContainer {svg} at (0,0) size 50x100
RenderSVGRect {rect} at (0,0) size 50x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
- RenderSVGContainer {g} at (50,0) size 50x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
+ LayoutSVGContainer {g} at (50,0) size 50x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
RenderSVGViewportContainer {svg} at (50,0) size 50x100
RenderSVGRect {rect} at (50,0) size 50x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
« no previous file with comments | « LayoutTests/svg/custom/use-image-in-g-expected.txt ('k') | LayoutTests/svg/custom/use-move-to-offset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698