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

Unified Diff: LayoutTests/platform/linux/svg/custom/invalid-css-expected.txt

Issue 927583002: Moving RenderSVG* files from rendering/ 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/platform/linux/svg/custom/invalid-css-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/invalid-css-expected.txt b/LayoutTests/platform/linux/svg/custom/invalid-css-expected.txt
index 94b3f58d67838fc864ca5d81504d5a3866aa6206..7781d401be28f4b3e9c1a3d1b9570bd77e6add71 100644
--- a/LayoutTests/platform/linux/svg/custom/invalid-css-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/invalid-css-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,0) size 510x224
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="clip1"] [clipPathUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (33,50) size 34x34 [fill={[type=SOLID] [color=#000000]}] [cx=30.00] [cy=40.00] [r=10.00]
+ LayoutSVGEllipse {circle} at (33,50) size 34x34 [fill={[type=SOLID] [color=#000000]}] [cx=30.00] [cy=40.00] [r=10.00]
LayoutSVGResourceLinearGradient {linearGradient} [id="grad"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#008000]
LayoutSVGResourceFilter {filter} [id="blurxy"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
@@ -18,8 +18,8 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (0,18) size 173x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 173x19
chunk 1 text run 1 at (0.00,33.00) startOffset 0 endOffset 25 width 172.80: "no markers and no dashes."
- RenderSVGPath {path} at (49,65) size 86x86 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#008000]}] [data="M 30 40 L 80 40 L 80 90 L 30 90 Z"]
- RenderSVGEllipse {circle} at (265,65) size 70x70 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=LINEAR-GRADIENT] [id="grad"]}] [cx=180.00] [cy=60.00] [r=20.00]
+ LayoutSVGPath {path} at (49,65) size 86x86 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#008000]}] [data="M 30 40 L 80 40 L 80 90 L 30 90 Z"]
+ LayoutSVGEllipse {circle} at (265,65) size 70x70 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=LINEAR-GRADIENT] [id="grad"]}] [cx=180.00] [cy=60.00] [r=20.00]
LayoutSVGText {text} at (0,95) size 291x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 291x19
chunk 1 text run 1 at (0.00,110.00) startOffset 0 endOffset 45 width 290.40: "The circle should be opaque green, no filter,"

Powered by Google App Engine
This is Rietveld 408576698