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

Unified Diff: LayoutTests/platform/linux/svg/clip-path/clip-in-mask-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-in-mask-expected.txt
diff --git a/LayoutTests/svg/clip-path/clip-in-mask-expected.txt b/LayoutTests/platform/linux/svg/clip-path/clip-in-mask-expected.txt
similarity index 97%
copy from LayoutTests/svg/clip-path/clip-in-mask-expected.txt
copy to LayoutTests/platform/linux/svg/clip-path/clip-in-mask-expected.txt
index 1b8f1374bd06d328ff30b8cc3b298cf66980ad4c..9c13488ae721b9489f668983e104b7ee7ac67e6b 100644
--- a/LayoutTests/svg/clip-path/clip-in-mask-expected.txt
+++ b/LayoutTests/platform/linux/svg/clip-path/clip-in-mask-expected.txt
@@ -11,10 +11,10 @@ layer at (0,0) size 800x600
RenderSVGResourceMasker {mask} [id="mask1"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 2x2
+ [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-1,-1) size 3x3
RenderSVGResourceMasker {mask} [id="mask2"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 2x2
+ [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-1,-1) size 3x3
RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
[masker="mask1"] RenderSVGResourceMasker {mask} at (0,0) size 100x100
RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]

Powered by Google App Engine
This is Rietveld 408576698