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

Unified Diff: LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt

Issue 863873003: Fix unnecessary output of decimals in SVG tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/masking-clipping-hidpi-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt b/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt
index f8d397a91f0392cde6aaf946b43f0d1596ad97b1..4570ed697cf8669c3c1c1c0df282bbe2e3009507 100644
--- a/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt
@@ -23,7 +23,7 @@ layer at (0,0) size 800x600
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]
RenderSVGRect {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"] RenderSVGResourceClipper {clipPath} at (5.00,65) size 40x90
+ [clipPath="circleClipPath"] RenderSVGResourceClipper {clipPath} at (5,65) size 40x90
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourcePattern {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]

Powered by Google App Engine
This is Rietveld 408576698