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

Unified Diff: LayoutTests/platform/linux/svg/clip-path/clip-path-clipped-nonzero-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/clip-path/clip-path-clipped-nonzero-expected.txt
diff --git a/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt b/LayoutTests/platform/linux/svg/clip-path/clip-path-clipped-nonzero-expected.txt
similarity index 94%
copy from LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt
copy to LayoutTests/platform/linux/svg/clip-path/clip-path-clipped-nonzero-expected.txt
index 7e764afa6b3152d5fd6945b2c5288e59d2d27805..53ba5c00b235dcd43d7298ec03f1b44a9add42e4 100644
--- a/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt
+++ b/LayoutTests/platform/linux/svg/clip-path/clip-path-clipped-nonzero-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x600
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"]
RenderSVGResourceClipper {clipPath} [id="clipClip"] [clipPathUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
+ RenderSVGEllipse {circle} at (87,79) size 102x102 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
RenderSVGContainer {use} at (40,40) size 200x170
RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z"]

Powered by Google App Engine
This is Rietveld 408576698