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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt

Issue 2763363002: Use SVGResources in SVGLayoutTreeAsText writeResources (Closed)
Patch Set: TEs Created 3 years, 9 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: third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
index d5f4fb84541c38f92394257c8dc8bb892ae0a207..6e2b01a2911a92eeebce002e3309ed2b51b690ee 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
@@ -7,7 +7,6 @@ layer at (0,0) size 800x600
LayoutSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
LayoutSVGResourceMasker {mask} [id="mask2"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
LayoutSVGRect {rect} at (100,0) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=100.00] [y=0.00] [width=50.00] [height=50.00]
- [masker="mask2"] LayoutSVGResourceMasker {mask} at (100,0) size 50x50
LayoutSVGResourceMasker {mask} [id="mask3"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
LayoutSVGRect {rect} at (0,100) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=100.00] [width=50.00] [height=50.00]
[masker="mask1"] LayoutSVGResourceMasker {mask} at (0,0) size 0x0
@@ -18,7 +17,6 @@ layer at (0,0) size 800x600
LayoutSVGResourceMasker {mask} [id="mask4"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
LayoutSVGContainer {use} at (0,100) size 50x50
LayoutSVGRect {rect} at (0,100) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=100.00] [width=50.00] [height=50.00]
- [masker="mask4"] LayoutSVGResourceMasker {mask} at (0,100) size 50x50
LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
[masker="mask1"] LayoutSVGResourceMasker {mask} at (0,0) size 50x50
LayoutSVGRect {rect} at (100,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=100.00] [y=0.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698