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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-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/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
index c6f98b70a6a9bdfa0b3587752f8c5d866b38dc91..a74b251ad2b09209a0de05f2c70886dd08fa18b8 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
@@ -2,15 +2,15 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (3,3) size 477x357
- RenderSVGContainer {g} at (30,9) size 393x246
- RenderSVGContainer {g} at (30,9) size 393x246
+ LayoutSVGContainer {g} at (30,9) size 393x246
+ LayoutSVGContainer {g} at (30,9) size 393x246
LayoutSVGText {text} at (5,1) size 53x8 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 53x7
chunk 1 text run 1 at (5.00,7.00) startOffset 0 endOffset 21 width 53.00: "Test default value of"
LayoutSVGText {text} at (5,8) size 61x8 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 61x7
chunk 1 text run 1 at (5.00,14.00) startOffset 0 endOffset 21 width 60.17: "zoomAndPan attribute."
- RenderSVGContainer {g} at (57,129) size 366x126
+ LayoutSVGContainer {g} at (57,129) size 366x126
RenderSVGEllipse {circle} at (57,129) size 126x126 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#000000]}] [cx=20.00] [cy=32.00] [r=10.00]
RenderSVGEllipse {circle} at (117,129) size 126x126 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#000000]}] [cx=30.00] [cy=32.00] [r=10.00]
RenderSVGEllipse {circle} at (297,129) size 126x126 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=32.00] [r=10.00]

Powered by Google App Engine
This is Rietveld 408576698