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

Unified Diff: LayoutTests/platform/android/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/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
diff --git a/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index 6f8f89de047cbe7bd0fa37fc2794f554bdc61765..b85bd97829f8327cffefe6befa76837cd0fc4ad9 100644
--- a/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -8,20 +8,20 @@ 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 29x10
- 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 29x21 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
- RenderSVGTSpan {altGlyph} at (0,0) size 9x21
+ LayoutSVGTSpan {altGlyph} at (0,0) size 9x21
LayoutSVGInlineText {#text} at (20,0) size 9x21
chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 9.00: "c"
LayoutSVGResourceLinearGradient {linearGradient} [id="linearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]

Powered by Google App Engine
This is Rietveld 408576698