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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-a-04-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/linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt
index 27b5372c523b8360c2ef8925d2da6a07f09f1117..cf9846f0cc2f4782114a296798a19b89596add5f 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt
@@ -2,17 +2,17 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
- RenderSVGContainer {g} at (90,4) size 336x278
+ LayoutSVGContainer {g} at (90,4) size 336x278
LayoutSVGText {text} at (90,4) size 198x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 198x15
chunk 1 text run 1 at (90.00,16.00) startOffset 0 endOffset 42 width 198.00: "Basic out-bound links and the 'a' element."
- RenderSVGContainer {a} at (164,26) size 147x76
+ LayoutSVGContainer {a} at (164,26) size 147x76
RenderSVGPath {path} at (164,26) size 147x76 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#FFFF00]}] [data="M 165 40 L 265 40 L 265 28 L 310 64 L 265 100 L 265 88 L 165 88 Z"]
- RenderSVGContainer {g} at (164,116) size 147x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,90.00)}]
- RenderSVGContainer {a} at (164,116) size 147x76
+ LayoutSVGContainer {g} at (164,116) size 147x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,90.00)}]
+ LayoutSVGContainer {a} at (164,116) size 147x76
RenderSVGPath {path} at (164,116) size 147x76 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#00FF00]}] [data="M 165 40 L 265 40 L 265 28 L 310 64 L 265 100 L 265 88 L 165 88 Z"]
- RenderSVGContainer {g} at (164,206) size 147x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
- RenderSVGContainer {a} at (164,206) size 147x76
+ LayoutSVGContainer {g} at (164,206) size 147x76 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,180.00)}]
+ LayoutSVGContainer {a} at (164,206) size 147x76
RenderSVGPath {path} at (164,206) size 147x76 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#00FFFF]}] [data="M 165 40 L 265 40 L 265 28 L 310 64 L 265 100 L 265 88 L 165 88 Z"]
RenderSVGEllipse {circle} at (368,131) size 44x44 [stroke={[type=SOLID] [color=#00FF00] [stroke width=4.00]}] [fill={[type=SOLID] [color=#FFFF00]}] [cx=390.00] [cy=153.00] [r=20.00]
LayoutSVGText {text} at (350,179) size 76x12 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698