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

Unified Diff: LayoutTests/platform/mac/svg/custom/recursive-clippath-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-clippath-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt b/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt
index b9afaa2917f371adb2b0dc4f62416e4c54d74dc5..38104823dc8afd50d89529977d99dd62f3830570 100644
--- a/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt
@@ -9,7 +9,7 @@ layer at (0,0) size 800x600
RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
[clipPath="clipPath_1"] LayoutSVGResourceClipper {clipPath} at (50,150) size 50x50
LayoutSVGResourceClipper {clipPath} [id="clipPath_1"] [clipPathUnits=userSpaceOnUse]
- RenderSVGContainer {use} at (50,150) size 50x50
+ LayoutSVGContainer {use} at (50,150) size 50x50
RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
[clipPath="clipPath_1"] LayoutSVGResourceClipper {clipPath} at (50,150) size 50x50
RenderSVGRect {rect} at (50,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
@@ -22,7 +22,7 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (25,286) size 300x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 299x18
chunk 1 (middle anchor) text run 1 at (25.69,300.00) startOffset 0 endOffset 48 width 298.62: "Both sides of the red line should look identical"
- RenderSVGContainer {g} at (200,0) size 100x250 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,0.00)}]
+ LayoutSVGContainer {g} at (200,0) size 100x250 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,0.00)}]
RenderSVGRect {rect} at (200,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (200,0) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=0.00] [width=50.00] [height=50.00]
RenderSVGRect {rect} at (200,150) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698