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/win-xp/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt

Issue 927583002: Moving RenderSVG* files from rendering/ to layout/ (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-SE/styling-pres-02-f-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index 4d33bb3ab279a8321b9c328bd915d75b4d1df21c..a48ad5a465c5f4a92467c48834635c00d0c52910 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -8,16 +8,16 @@ layer at (0,0) size 480x360
LayoutSVGInlineText {#text} at (0,0) size 343x21
chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 44 width 343.00: "Testing inapplicable presentation attributes"
LayoutSVGContainer {g} at (0,0) size 20x10
- RenderSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data="M 0 0"]
- RenderSVGImage {image} at (0,0) size 10x10
+ LayoutSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data="M 0 0"]
+ LayoutSVGImage {image} at (0,0) size 10x10
LayoutSVGRect {rect} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
- RenderSVGEllipse {circle} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=10.00]
- RenderSVGEllipse {ellipse} at (0,0) size 10x5 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [rx=10.00] [ry=5.00]
- RenderSVGPath {polyline} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [points="0 0 10 10"]
+ LayoutSVGEllipse {circle} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=10.00]
+ LayoutSVGEllipse {ellipse} at (0,0) size 10x5 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [rx=10.00] [ry=5.00]
+ LayoutSVGPath {polyline} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [points="0 0 10 10"]
LayoutSVGText {text} at (0,-17) size 20x21 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 10x21
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.00: "a"
- RenderSVGTSpan {tspan} at (0,0) size 10x21
+ LayoutSVGTSpan {tspan} at (0,0) size 10x21
LayoutSVGInlineText {#text} at (10,0) size 10x21
chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.00: "b"
LayoutSVGTextPath {textPath} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698