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

Unified Diff: LayoutTests/platform/win/svg/zoom/page/zoom-foreignObject-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/zoom/page/zoom-foreignObject-expected.txt
diff --git a/LayoutTests/platform/win/svg/zoom/page/zoom-foreignObject-expected.txt b/LayoutTests/platform/win/svg/zoom/page/zoom-foreignObject-expected.txt
index 86ddfcc5c935921c703d453d6c277c4ba72816ed..77b0c7494deb5ea42877c39e9ef6ca016946ecda 100644
--- a/LayoutTests/platform/win/svg/zoom/page/zoom-foreignObject-expected.txt
+++ b/LayoutTests/platform/win/svg/zoom/page/zoom-foreignObject-expected.txt
@@ -17,11 +17,11 @@ layer at (0,0) size 800x600
RenderSVGRect {rect} at (0,0) size 361x289 [stroke={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=250.00] [height=200.00]
RenderSVGForeignObject {foreignObject} at (260,0) size 250x200
RenderSVGRoot {svg} at (374,7) size 361x281
- RenderSVGContainer {g} at (374,7) size 361x281 [transform={m=((3.00,0.26)(0.26,3.02)) t=(0.00,0.00)}]
+ LayoutSVGContainer {g} at (374,7) size 361x281 [transform={m=((3.00,0.26)(0.26,3.02)) t=(0.00,0.00)}]
LayoutSVGText {text} at (0,1) size 83x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 83x18
chunk 1 text run 1 at (0.00,16.00) startOffset 0 endOffset 14 width 82.20: "This is a text"
- RenderSVGContainer {a} at (381,89) size 299x104
+ LayoutSVGContainer {a} at (381,89) size 299x104
LayoutSVGText {text} at (0,20) size 68x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 68x18
chunk 1 text run 1 at (0.00,35.00) startOffset 0 endOffset 11 width 67.08: "and a link."

Powered by Google App Engine
This is Rietveld 408576698