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

Unified Diff: LayoutTests/platform/mac/svg/custom/stroked-pattern-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/mac/svg/custom/stroked-pattern-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/stroked-pattern-expected.txt b/LayoutTests/platform/mac/svg/custom/stroked-pattern-expected.txt
index bb13779bfab642c14472c6cf7c7509b9f32c615b..4f2378909693e7efc7418ebde519eb28766dff18 100644
--- a/LayoutTests/platform/mac/svg/custom/stroked-pattern-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/stroked-pattern-expected.txt
@@ -8,8 +8,8 @@ layer at (0,0) size 800x600
RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceOnUse] [patternContentUnits=objectBoundingBox]
RenderSVGEllipse {circle} at (98,0) size 112x80 [stroke={[type=SOLID] [color=#640000] [stroke width=12.00]}] [fill={[type=RADIAL-GRADIENT] [id="redToYellow"]}] [cx=20.00] [cy=20.00] [r=40.00]
- RenderSVGRect {rect} at (189,59) size 422x482 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="pattern"]}] [x=50.00] [y=50.00] [width=350.00] [height=400.00]
- RenderSVGRect {rect} at (130,0) size 540x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=448.00] [height=498.00]
+ LayoutSVGRect {rect} at (189,59) size 422x482 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="pattern"]}] [x=50.00] [y=50.00] [width=350.00] [height=400.00]
+ LayoutSVGRect {rect} at (130,0) size 540x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=448.00] [height=498.00]
LayoutSVGContainer {g} at (288,12) size 224x33
LayoutSVGText {text} at (132,10) size 186x13 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 186x12

Powered by Google App Engine
This is Rietveld 408576698