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

Unified Diff: LayoutTests/platform/mac/svg/custom/recursive-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/custom/recursive-mask-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt b/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
index 98d3aa24e7315052ab22567fa8f635673c12f7e7..c84396588fb3eed666f89bb73163b5fc74096dd4 100644
--- a/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/recursive-mask-expected.txt
@@ -16,7 +16,7 @@ layer at (0,0) size 800x600
RenderSVGRect {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
LayoutSVGResourceMasker {mask} [id="mask4"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- RenderSVGContainer {use} at (0,100) size 50x50
+ LayoutSVGContainer {use} at (0,100) size 50x50
RenderSVGRect {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
RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
@@ -31,7 +31,7 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (25,186) size 300x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 299x18
chunk 1 (middle anchor) text run 1 at (25.69,200.00) startOffset 0 endOffset 48 width 298.62: "Both sides of the red line should look identical"
- RenderSVGContainer {g} at (200,0) size 150x150 [transform={m=((1.00,0.00)(0.00,1.00)) t=(200.00,0.00)}]
+ LayoutSVGContainer {g} at (200,0) size 150x150 [transform={m=((1.00,0.00)(0.00,1.00)) t=(200.00,0.00)}]
RenderSVGRect {rect} at (200,0) size 50x50 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
RenderSVGRect {rect} at (300,0) size 50x50 [fill={[type=SOLID] [color=#0000FF]}] [x=100.00] [y=0.00] [width=50.00] [height=50.00]
RenderSVGRect {rect} at (200,100) size 50x50 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=100.00] [width=50.00] [height=50.00]

Powered by Google App Engine
This is Rietveld 408576698