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

Unified Diff: LayoutTests/platform/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt

Issue 921633007: Move the SVG container code from rendering/svg to layout/svg. (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/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt b/LayoutTests/platform/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt
index 6e189f6b83575f6c993a181ebc6e74d76b1ecb8b..ec7c743dd6ccc6495748acf0c9ec97a41849d050 100644
--- a/LayoutTests/platform/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt
@@ -2,18 +2,18 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (146,14) size 554x586
- RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {symbol} at (0,0) size 0x0
LayoutSVGRect {rect} at (5,5) size 59x59 [fill={[type=SOLID] [color=#0000FF]}] [x=5.00] [y=5.00] [width=59.00] [height=59.00]
LayoutSVGText {text} at (17,2) size 42x68 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 42x68
chunk 1 text run 1 at (17.00,56.00) startOffset 0 endOffset 1 width 42.00: "A"
- RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {symbol} at (0,0) size 0x0
LayoutSVGRect {rect} at (5,5) size 59x59 [fill={[type=SOLID] [color=#FF00FF]}] [x=5.00] [y=5.00] [width=59.00] [height=59.00]
LayoutSVGText {text} at (17,2) size 39x68 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 39x68
chunk 1 text run 1 at (17.00,56.00) startOffset 0 endOffset 1 width 39.00: "B"
LayoutSVGContainer {use} at (146,14) size 554x586
- RenderSVGViewportContainer {svg} at (146,14) size 554x586
+ LayoutSVGViewportContainer {svg} at (146,14) size 554x586
LayoutSVGRect {rect} at (146,46) size 554x554 [fill={[type=SOLID] [color=#0000FF]}] [x=5.00] [y=5.00] [width=59.00] [height=59.00]
LayoutSVGText {text} at (17,1) size 44x70 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 44x69

Powered by Google App Engine
This is Rietveld 408576698