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

Unified Diff: LayoutTests/platform/win/svg/custom/marker-default-width-height-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (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/custom/marker-default-width-height-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/marker-default-width-height-expected.txt b/LayoutTests/platform/win/svg/custom/marker-default-width-height-expected.txt
index 19fdbf104c51f263bdfb16bf1116a489a3e11075..093d7f22f37d73c122a677189a70094b8920f0c2 100644
--- a/LayoutTests/platform/win/svg/custom/marker-default-width-height-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/marker-default-width-height-expected.txt
@@ -15,10 +15,10 @@ layer at (0,0) size 800x600
RenderSVGText {text} at (0,65) size 279x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 279x18
chunk 1 text run 1 at (0.00,80.00) startOffset 0 endOffset 41 width 278.94: "End marker has no markerHeight specified."
- RenderSVGResourceMarker {marker} [id="marker1"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
+ LayoutSVGResourceMarker {marker} [id="marker1"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
RenderSVGRect {rect} at (0,0) size 5x5 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
- RenderSVGResourceMarker {marker} [id="marker2"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
+ LayoutSVGResourceMarker {marker} [id="marker2"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
RenderSVGRect {rect} at (0,0) size 5x5 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
- RenderSVGResourceMarker {marker} [id="marker3"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
+ LayoutSVGResourceMarker {marker} [id="marker3"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
RenderSVGRect {rect} at (0,0) size 5x5 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGPath {path} at (196,180) size 124x124 [start marker=marker1] [middle marker=marker2] [end marker=marker3] [data="M 130 120 L 180 120 L 180 170"]

Powered by Google App Engine
This is Rietveld 408576698