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

Unified Diff: LayoutTests/platform/win-xp/svg/custom/masking-clipping-hidpi-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/win-xp/svg/custom/masking-clipping-hidpi-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/masking-clipping-hidpi-expected.txt b/LayoutTests/platform/win-xp/svg/custom/masking-clipping-hidpi-expected.txt
index e7121771936f48fcf3596599d8660a603ee2494b..ea13660472d74399ea38e46fcaae32931f32c380 100644
--- a/LayoutTests/platform/win-xp/svg/custom/masking-clipping-hidpi-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/masking-clipping-hidpi-expected.txt
@@ -20,11 +20,11 @@ layer at (0,0) size 800x600
chunk 1 text run 1 at (0.00,36.00) startOffset 0 endOffset 47 width 283.50: "This text and the circles should also be sharp."
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="circleClipPath"] [clipPathUnits=objectBoundingBox]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.25] [r=0.20]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.75] [r=0.20]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.25] [r=0.20]
+ LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.75] [r=0.20]
LayoutSVGRect {rect} at (4,65) size 41x90 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=60.00] [width=100.00] [height=100.00]
[clipPath="circleClipPath"] LayoutSVGResourceClipper {clipPath} at (5,65) size 40x90
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourcePattern {pattern} [id="Pattern"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=LINEAR-GRADIENT] [id="blackGradient"]}] [cx=25.00] [cy=25.00] [r=20.00]
+ LayoutSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=LINEAR-GRADIENT] [id="blackGradient"]}] [cx=25.00] [cy=25.00] [r=20.00]
LayoutSVGRect {rect} at (0,162) size 200x200 [fill={[type=PATTERN] [id="Pattern"]}] [x=0.00] [y=162.00] [width=200.00] [height=200.00]

Powered by Google App Engine
This is Rietveld 408576698