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

Unified Diff: LayoutTests/svg/custom/group-opacity-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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 62d6965f4ec8ee1e4cf6382fc5d2e44b0e0279d0..218952390087341700bb8ea881af8f9a3c647402 100644
--- a/LayoutTests/svg/custom/group-opacity-expected.txt
+++ b/LayoutTests/svg/custom/group-opacity-expected.txt
@@ -1,14 +1,14 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (5,5) size 570x225
+ LayoutSVGRoot {svg} at (5,5) size 570x225
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="gradient_fill"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#008000]
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]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
LayoutSVGContainer {g} at (5,5) size 570x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,10.00)}]
LayoutSVGRect {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]
LayoutSVGContainer {g} at (120,5) size 110x110 [opacity=0.50]
« no previous file with comments | « LayoutTests/svg/custom/grayscale-gradient-mask-expected.txt ('k') | LayoutTests/svg/custom/hover-default-fill-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698