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/win-xp/svg/custom/transformed-outlines-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/win-xp/svg/custom/transformed-outlines-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/transformed-outlines-expected.txt b/LayoutTests/platform/win-xp/svg/custom/transformed-outlines-expected.txt
index 4303df4a009d5af1b8cf1092e2a5f7da60f129b3..f7e80d1e3a9a44c125c407ecebf51b19588f0db3 100644
--- a/LayoutTests/platform/win-xp/svg/custom/transformed-outlines-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/transformed-outlines-expected.txt
@@ -5,12 +5,12 @@ layer at (0,0) size 800x600
RenderSVGEllipse {circle} at (13,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [cx=65.00] [cy=60.00] [r=50.00]
RenderSVGPath {path} at (138,8) size 104x104 [fill={[type=SOLID] [color=#FFA500]}] [data="M 140 10 L 190 110 L 240 60 L 220 60 L 200 30 Z"]
LayoutSVGContainer {g} at (268,8) size 104x104
- RenderSVGRect {rect} at (270,10) size 100x100 [fill={[type=SOLID] [color=#FFA500]}] [x=270.00] [y=10.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (270,10) size 100x100 [fill={[type=SOLID] [color=#FFA500]}] [x=270.00] [y=10.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (10,140) size 137x137 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(60.00,140.00)}]
- RenderSVGRect {rect} at (7,137) size 143x143 [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGRect {rect} at (147,137) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,140.00)}] [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (7,137) size 143x143 [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (147,137) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,140.00)}] [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (308,138) size 141x141
- RenderSVGRect {rect} at (310,140) size 137x137 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(360.00,140.00)}] [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (310,140) size 137x137 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(360.00,140.00)}] [fill={[type=SOLID] [color=#FFA500]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGText {text} at (10,305) size 73x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 73x19
chunk 1 text run 1 at (10.00,320.00) startOffset 0 endOffset 12 width 73.00: "focused text"
@@ -22,7 +22,7 @@ layer at (0,0) size 800x600
LayoutSVGInlineText {#text} at (0,0) size 73x19
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 12 width 73.00: "focused text"
LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
- RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGImage {image} at (0,0) size 2x2
[clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (0,0) size 100x100
RenderSVGImage {image} at (147,397) size 143x143 [transform={m=((0.87,0.50)(-0.50,0.87)) t=(200.00,400.00)}]

Powered by Google App Engine
This is Rietveld 408576698