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

Unified Diff: LayoutTests/platform/win/svg/custom/recursive-gradient-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/custom/recursive-gradient-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/recursive-gradient-expected.txt b/LayoutTests/platform/win/svg/custom/recursive-gradient-expected.txt
index 190339797802f051aee50621a8b1a71e8af8c893..0af2faa875ac182db1f216042e89188dbf3ef831 100644
--- a/LayoutTests/platform/win/svg/custom/recursive-gradient-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/recursive-gradient-expected.txt
@@ -19,7 +19,7 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (75,236) size 300x17 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 299x17
chunk 1 (middle anchor) text run 1 at (75.69,250.00) startOffset 0 endOffset 48 width 298.62: "Both sides of the red line should look identical"
- RenderSVGContainer {g} at (249,0) size 202x201 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,0.00)}]
+ LayoutSVGContainer {g} at (249,0) size 202x201 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,0.00)}]
RenderSVGRect {rect} at (249,0) size 102x101 [stroke={[type=SOLID] [color=#008000]}] [fill={[type=RADIAL-GRADIENT] [id="gradient0"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (349,0) size 102x101 [stroke={[type=SOLID] [color=#008000]}] [x=100.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (249,99) size 102x102 [stroke={[type=SOLID] [color=#008000]}] [x=0.00] [y=100.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698