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

Unified Diff: LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-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/clip-mask-negative-scale-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.txt b/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.txt
index aaf8aad55cdb52cc049ef3d2651350db9e495b57..612d28217c1e97b713476bfe95c423de0b35bfa7 100644
--- a/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.txt
@@ -6,7 +6,7 @@ layer at (0,0) size 800x600
LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
RenderSVGPath {path} at (280,280) size 120x120 [fill={[type=SOLID] [color=#000000]}] [data="M 10 10 L 100 10 L 100 100 L 10 100 Z"]
LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- RenderSVGRect {rect} at (280,280) size 120x120 [fill={[type=SOLID] [color=#FFFFFF]}] [x=10.00] [y=10.00] [width=90.00] [height=90.00]
+ LayoutSVGRect {rect} at (280,280) size 120x120 [fill={[type=SOLID] [color=#FFFFFF]}] [x=10.00] [y=10.00] [width=90.00] [height=90.00]
RenderSVGImage {image} at (280,280) size 267x267
LayoutSVGContainer {g} at (146,146) size 121x121 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-100.00,-100.00)}]
[masker="mask"] LayoutSVGResourceMasker {mask} at (10,10) size 90x90

Powered by Google App Engine
This is Rietveld 408576698