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

Unified Diff: LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-panning-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/win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt
diff --git a/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt b/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt
index 6d2735868503814d017400c3393813beeb9cc00e..3960e02434b12142c6bcc2ad8a7da4f58efdf5a6 100644
--- a/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt
+++ b/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt
@@ -28,11 +28,11 @@ layer at (0,0) size 800x600
LayoutSVGResourceMasker {mask} [id="mask3"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
[masker="mask1b"] LayoutSVGResourceMasker {mask} at (0,0) size 1x1
- RenderSVGContainer {g} at (0,0) size 25x100
+ LayoutSVGContainer {g} at (0,0) size 25x100
[masker="mask1a"] LayoutSVGResourceMasker {mask} at (0,0) size 100x100
RenderSVGEllipse {circle} at (0,0) size 25x100 [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 (25,100) size 100x100
+ LayoutSVGContainer {g} at (25,100) size 100x100
[masker="mask3"] LayoutSVGResourceMasker {mask} at (100,100) size 100x100
RenderSVGEllipse {circle} at (25,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