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

Unified Diff: LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-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/pattern-rotate-gaps-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-expected.txt b/LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-expected.txt
index 0f146d3b5c0e134f1ef63efeed9cf4dbabe7f10e..bd361f6138bd316cb670c4088b050a4a2ef75258 100644
--- a/LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-expected.txt
@@ -4,13 +4,13 @@ layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,0) size 306x333
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourcePattern {pattern} [id="squares"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse]
- RenderSVGRect {rect} at (0,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=2.00] [height=2.00]
- RenderSVGRect {rect} at (0,2) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=2.00] [width=2.00] [height=2.00]
- RenderSVGRect {rect} at (2,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=2.00] [y=0.00] [width=2.00] [height=2.00]
- RenderSVGRect {rect} at (2,2) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=2.00] [y=2.00] [width=2.00] [height=2.00]
- RenderSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00]
+ LayoutSVGRect {rect} at (0,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=2.00] [height=2.00]
+ LayoutSVGRect {rect} at (0,2) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=2.00] [width=2.00] [height=2.00]
+ LayoutSVGRect {rect} at (2,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=2.00] [y=0.00] [width=2.00] [height=2.00]
+ LayoutSVGRect {rect} at (2,2) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=2.00] [y=2.00] [width=2.00] [height=2.00]
+ LayoutSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00]
LayoutSVGContainer {g} at (37,20) size 134x133 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
- RenderSVGRect {rect} at (37,20) size 134x133 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}] [fill={[type=PATTERN] [id="squares"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (37,20) size 134x133 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}] [fill={[type=PATTERN] [id="squares"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGContainer {g} at (10,289) size 296x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,300.00)}]
LayoutSVGText {text} at (0,-11) size 296x44 contains 1 chunk(s)
RenderSVGTSpan {tspan} at (0,0) size 289x14

Powered by Google App Engine
This is Rietveld 408576698