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

Unified Diff: LayoutTests/platform/win/svg/custom/pattern-rotate-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/win/svg/custom/pattern-rotate-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt b/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt
index e0e5bfee165a9c8e451db621355da011e73687d2..e90e96c5fa46d9816aa66024b57e287a9902d0ad 100644
--- a/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt
@@ -4,11 +4,11 @@ layer at (0,0) size 800x600
RenderSVGRoot {svg} at (10,19) size 287x214
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourcePattern {pattern} [id="simpledots"] [patternUnits=objectBoundingBox] [patternContentUnits=objectBoundingBox]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.25] [cy=0.25] [r=0.15]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [cx=0.75] [cy=0.25] [r=0.15]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.25] [cy=0.75] [r=0.15]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#800080]}] [cx=0.75] [cy=0.75] [r=0.15]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFA500]}] [cx=0.50] [cy=0.50] [r=0.05]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.25] [cy=0.25] [r=0.15]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [cx=0.75] [cy=0.25] [r=0.15]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.25] [cy=0.75] [r=0.15]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#800080]}] [cx=0.75] [cy=0.75] [r=0.15]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFA500]}] [cx=0.50] [cy=0.50] [r=0.05]
LayoutSVGContainer {g} at (0,0) size 101x101
LayoutSVGRect {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
@@ -17,16 +17,16 @@ layer at (0,0) size 800x600
LayoutSVGRect {rect} at (37,19) size 135x135 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (10,188) size 287x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
LayoutSVGText {text} at (0,-12) size 287x45 contains 1 chunk(s)
- RenderSVGTSpan {tspan} at (0,0) size 280x15
+ LayoutSVGTSpan {tspan} at (0,0) size 280x15
LayoutSVGInlineText {#text} at (0,0) size 280x15
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 40 width 280.00: "For this test case to be successful, the"
LayoutSVGInlineText {#text} at (280,0) size 7x15
chunk 1 text run 1 at (280.00,0.00) startOffset 0 endOffset 1 width 7.00: " "
- RenderSVGTSpan {tspan} at (0,0) size 273x15
+ LayoutSVGTSpan {tspan} at (0,0) size 273x15
LayoutSVGInlineText {#text} at (0,15) size 273x15
chunk 1 text run 1 at (0.00,15.00) startOffset 0 endOffset 39 width 273.00: "five dots should fit in the rectangle. "
LayoutSVGInlineText {#text} at (0,0) size 0x0
- RenderSVGTSpan {tspan} at (0,0) size 63x15
+ LayoutSVGTSpan {tspan} at (0,0) size 63x15
LayoutSVGInlineText {#text} at (0,30) size 63x15
chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 9 width 63.00: "Bug 14924"
LayoutSVGInlineText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698