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

Unified Diff: LayoutTests/platform/win/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/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
index f66a6a0090b7d77b0231b68663f66bef11de70dc..06bf6173f57eab06c5b860c1046eddbd4f9f879a 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt
+++ b/LayoutTests/platform/win/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 55x8 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 55x7
chunk 1 text run 1 at (5.00,7.00) startOffset 0 endOffset 21 width 54.03: "Test default value of"
LayoutSVGText {text} at (5,8) size 62x8 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 62x7
chunk 1 text run 1 at (5.00,14.00) startOffset 0 endOffset 21 width 61.04: "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