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

Unified Diff: LayoutTests/platform/win-xp/svg/transforms/text-with-pattern-inside-transformed-html-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-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt b/LayoutTests/platform/win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt
index 186babfe93fb081dc81225a5d3888f76c32cb2e5..55ce9f6622f90270e7d7ef4497c7d365e8c9ca01 100644
--- a/LayoutTests/platform/win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt
@@ -10,14 +10,14 @@ layer at (0,0) size 785x538
layer at (58,86) size 402x402
RenderBlock {div} at (50,70) size 402x402 [border: (1px solid #000000)]
RenderSVGRoot {svg} at (66,60) size 480x420
- RenderSVGResourcePattern {pattern} [id="pat1"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
+ LayoutSVGResourcePattern {pattern} [id="pat1"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
RenderSVGRect {rect} at (168,65) size 13x13 [fill={[type=SOLID] [color=#FF0000]}] [x=5.00] [y=5.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (171,70) size 12x13 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (168,74) size 357x173 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="pat1"]}] [x=25.00] [y=10.00] [width=430.00] [height=60.00]
RenderSVGText {text} at (25,73) size 415x16 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 415x16
chunk 1 text run 1 at (25.00,85.00) startOffset 0 endOffset 75 width 414.00: "Pattern created using red and green rectangles applied to fill of rectangle"
- RenderSVGResourcePattern {pattern} [id="pat2"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
+ LayoutSVGResourcePattern {pattern} [id="pat2"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
RenderSVGRect {rect} at (166,60) size 12x13 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (173,63) size 13x12 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (163,68) size 13x12 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=10.00] [width=10.00] [height=10.00]
@@ -26,7 +26,7 @@ layer at (58,86) size 402x402
RenderSVGText {text} at (25,163) size 320x16 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 320x16
chunk 1 text run 1 at (25.00,175.00) startOffset 0 endOffset 59 width 319.20: "Pattern of 4 rectangles applied to a stroke of a rectangle."
- RenderSVGResourcePattern {pattern} [id="pat3"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
+ LayoutSVGResourcePattern {pattern} [id="pat3"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
RenderSVGRect {rect} at (166,60) size 12x13 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (163,68) size 13x12 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=10.00] [width=10.00] [height=10.00]
RenderSVGText {text} at (25,174) size 288x57 contains 1 chunk(s)
@@ -35,7 +35,7 @@ layer at (58,86) size 402x402
RenderSVGText {text} at (25,223) size 212x16 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 212x16
chunk 1 text run 1 at (25.00,235.00) startOffset 0 endOffset 38 width 211.20: "Pattern consists of red and green rows"
- RenderSVGResourcePattern {pattern} [id="pat4"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
+ LayoutSVGResourcePattern {pattern} [id="pat4"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
RenderSVGRect {rect} at (166,60) size 12x13 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGRect {rect} at (173,63) size 13x12 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=0.00] [width=10.00] [height=10.00]
RenderSVGText {text} at (25,237) size 292x47 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698