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

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

Issue 913143006: Move RenderSVGRect 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/linux/svg/custom/marker-default-width-height-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/marker-default-width-height-expected.txt b/LayoutTests/platform/linux/svg/custom/marker-default-width-height-expected.txt
index ecae3115333e1810a1201156eda319b0171d1919..f00b612686cbebf0fbe4b0abbaaf2022e61167bf 100644
--- a/LayoutTests/platform/linux/svg/custom/marker-default-width-height-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/marker-default-width-height-expected.txt
@@ -16,9 +16,9 @@ layer at (0,0) size 800x600
LayoutSVGInlineText {#text} at (0,0) size 282x19
chunk 1 text run 1 at (0.00,80.00) startOffset 0 endOffset 41 width 281.40: "End marker has no markerHeight specified."
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]
+ LayoutSVGRect {rect} at (0,0) size 5x5 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.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]
+ LayoutSVGRect {rect} at (0,0) size 5x5 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.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]
+ LayoutSVGRect {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