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

Unified Diff: LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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 6f6b54108e17123cfd678fb25bb61c542f083247..6fb9a6dfd7931d2e28e0bcf11c43d5abf83690b3 100644
--- a/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/pattern-rotate-expected.txt
@@ -9,13 +9,13 @@ layer at (0,0) size 800x600
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]
- RenderSVGContainer {g} at (0,0) size 101x101
+ LayoutSVGContainer {g} at (0,0) size 101x101
RenderSVGRect {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]
- RenderSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
- RenderSVGContainer {use} at (37,19) size 135x135 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}]
- RenderSVGContainer {g} at (37,19) size 135x135
+ LayoutSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
+ LayoutSVGContainer {use} at (37,19) size 135x135 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}]
+ LayoutSVGContainer {g} at (37,19) size 135x135
RenderSVGRect {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]
- RenderSVGContainer {g} at (10,188) size 287x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.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
LayoutSVGInlineText {#text} at (0,0) size 280x15

Powered by Google App Engine
This is Rietveld 408576698