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

Unified Diff: LayoutTests/svg/custom/group-opacity-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/svg/custom/group-opacity-expected.txt
diff --git a/LayoutTests/svg/custom/group-opacity-expected.txt b/LayoutTests/svg/custom/group-opacity-expected.txt
index 505df72cb2de1cb4510fbde12d26f57ff414b0d5..4f5d9a9b8098a4844eb8947ab18f7c0d56be9b56 100644
--- a/LayoutTests/svg/custom/group-opacity-expected.txt
+++ b/LayoutTests/svg/custom/group-opacity-expected.txt
@@ -9,14 +9,14 @@ layer at (0,0) size 800x600
LayoutSVGResourceLinearGradient {linearGradient} [id="stroke_fill"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
- RenderSVGContainer {g} at (5,5) size 570x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,10.00)}]
+ LayoutSVGContainer {g} at (5,5) size 570x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,10.00)}]
RenderSVGRect {rect} at (5,5) size 110x110 [stroke={[type=SOLID] [color=#008000] [opacity=0.50] [stroke width=10.00]}] [fill={[type=SOLID] [color=#FF0000] [opacity=0.50]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (120,5) size 110x110 [opacity=0.50]
+ LayoutSVGContainer {g} at (120,5) size 110x110 [opacity=0.50]
RenderSVGRect {rect} at (120,5) size 110x110 [stroke={[type=SOLID] [color=#008000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#FF0000]}] [x=115.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (235,5) size 110x110 [opacity=0.50] [stroke={[type=SOLID] [color=#008000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#FF0000]}] [x=230.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (350,5) size 110x110 [stroke={[type=LINEAR-GRADIENT] [id="stroke_fill"] [opacity=0.50] [stroke width=10.00]}] [fill={[type=LINEAR-GRADIENT] [id="gradient_fill"] [opacity=0.50]}] [x=345.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGRect {rect} at (465,5) size 110x110 [opacity=0.50] [stroke={[type=LINEAR-GRADIENT] [id="stroke_fill"] [stroke width=10.00]}] [fill={[type=LINEAR-GRADIENT] [id="gradient_fill"]}] [x=460.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (5,120) size 570x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(5.00,120.00)}]
+ LayoutSVGContainer {g} at (5,120) size 570x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(5.00,120.00)}]
RenderSVGImage {image} at (5,120) size 110x110
RenderSVGImage {image} at (120,120) size 110x110
RenderSVGImage {image} at (235,120) size 110x110

Powered by Google App Engine
This is Rietveld 408576698