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

Unified Diff: LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-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/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt
diff --git a/LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt b/LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt
index fbf1d6ffb07e0a99d175e217547d19a9410ce333..5108a22bab39b33aa020480d734b0b0710d9db94 100644
--- a/LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt
+++ b/LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt
@@ -31,11 +31,11 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (17,211) size 216x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 216x18
chunk 1 (middle anchor) text run 1 at (17.01,225.00) startOffset 0 endOffset 33 width 215.98: "Both shapes should look identical"
- RenderSVGContainer {g} at (0,0) size 100x100
+ LayoutSVGContainer {g} at (0,0) size 100x100
[masker="mask1a"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100
RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
[masker="mask1b"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100
- RenderSVGContainer {g} at (100,100) size 100x100
+ LayoutSVGContainer {g} at (100,100) size 100x100
[masker="mask3"] LayoutSVGResourceMasker {mask} at (100,100) size 100x100
RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
[masker="mask2"] LayoutSVGResourceMasker {mask} at (100,100) size 100x100

Powered by Google App Engine
This is Rietveld 408576698