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

Unified Diff: LayoutTests/platform/linux/svg/custom/shapes-supporting-markers-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/linux/svg/custom/shapes-supporting-markers-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/shapes-supporting-markers-expected.txt b/LayoutTests/platform/linux/svg/custom/shapes-supporting-markers-expected.txt
index 9259da895841461a9117625f181075ad3ce0db77..612fdbad8b94afac5da79c82dec9e6875d919cdd 100644
--- a/LayoutTests/platform/linux/svg/custom/shapes-supporting-markers-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/shapes-supporting-markers-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,9) size 644x277
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMarker {marker} [id="mark"] [markerUnits=strokeWidth] [ref at (4,4)] [angle=0.00]
- RenderSVGEllipse {circle} at (0,0) size 5x5 [stroke={[type=SOLID] [color=#FF0000]}] [cx=4.00] [cy=4.00] [r=3.00]
+ LayoutSVGEllipse {circle} at (0,0) size 5x5 [stroke={[type=SOLID] [color=#FF0000]}] [cx=4.00] [cy=4.00] [r=3.00]
LayoutSVGContainer {g} at (0,9) size 644x277 [start marker=mark] [middle marker=mark] [end marker=mark]
LayoutSVGText {text} at (0,5) size 386x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 386x19
@@ -13,9 +13,9 @@ layer at (0,0) size 800x600
LayoutSVGInlineText {#text} at (0,0) size 224x19
chunk 1 text run 1 at (0.00,40.00) startOffset 0 endOffset 32 width 223.20: "the second row should have them."
LayoutSVGRect {rect} at (0,82) size 85x86 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [x=0.00] [y=50.00] [width=50.00] [height=50.00]
- RenderSVGEllipse {circle} at (90,84) size 86x86 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [cx=80.00] [cy=76.00] [r=25.00]
- RenderSVGEllipse {ellipse} at (182,84) size 103x86 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [cx=140.00] [cy=76.00] [rx=30.00] [ry=25.00]
- RenderSVGPath {line} at (0,197) size 3x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [x1=0.00] [y1=120.00] [x2=0.00] [y2=170.00]
- RenderSVGPath {polyline} at (47,197) size 89x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [points="30 120 80 120 55 170"]
- RenderSVGPath {polygon} at (164,197) size 89x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [points="100 120 150 120 125 170"]
- RenderSVGPath {path} at (281,197) size 88x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [data="M 170 120 L 220 120 L 195 170 C 185 170 170 140 170 120"]
+ LayoutSVGEllipse {circle} at (90,84) size 86x86 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [cx=80.00] [cy=76.00] [r=25.00]
+ LayoutSVGEllipse {ellipse} at (182,84) size 103x86 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [cx=140.00] [cy=76.00] [rx=30.00] [ry=25.00]
+ LayoutSVGPath {line} at (0,197) size 3x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [x1=0.00] [y1=120.00] [x2=0.00] [y2=170.00]
+ LayoutSVGPath {polyline} at (47,197) size 89x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [points="30 120 80 120 55 170"]
+ LayoutSVGPath {polygon} at (164,197) size 89x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [points="100 120 150 120 125 170"]
+ LayoutSVGPath {path} at (281,197) size 88x89 [stroke={[type=SOLID] [color=#000000]}] [start marker=mark] [middle marker=mark] [end marker=mark] [data="M 170 120 L 220 120 L 195 170 C 185 170 170 140 170 120"]

Powered by Google App Engine
This is Rietveld 408576698