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

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

Issue 208323007: Fix getBBox() returning (0,0) bug when width or height is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@myzbackup
Patch Set: Created 6 years, 9 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/masking-clipping-hidpi-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt b/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt
similarity index 89%
copy from LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt
copy to LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt
index e3cc8b3dadd4c1b94006ae9d6fb358a47b270390..e0fdfff9f5f0580129b8eaa3bd7366d60dc741eb 100644
--- a/LayoutTests/platform/win/svg/custom/masking-clipping-hidpi-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt
@@ -21,10 +21,10 @@ layer at (0,0) size 800x600
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceClipper {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]
- 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
+ RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.75] [r=0.20]
+ RenderSVGRect {rect} at (0,60) size 95x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=60.00] [width=100.00] [height=100.00]
+ [clipPath="circleClipPath"] RenderSVGResourceClipper {clipPath} at (-45,15) size 140x190
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]
+ RenderSVGEllipse {circle} at (4,4) size 42x42 [fill={[type=LINEAR-GRADIENT] [id="blackGradient"]}] [cx=25.00] [cy=25.00] [r=20.00]
RenderSVGRect {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