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/deep-nested-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/deep-nested-clip-in-mask-expected.txt
diff --git a/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-expected.txt b/LayoutTests/platform/linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt
similarity index 97%
copy from LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-expected.txt
copy to LayoutTests/platform/linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt
index b871f7af660c6b5a6c2f09674e4362f115be7699..8766461a8f46279229a334711c1ee320d10c668a 100644
--- a/LayoutTests/platform/win/svg/clip-path/deep-nested-clip-in-mask-expected.txt
+++ b/LayoutTests/platform/linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt
@@ -11,17 +11,17 @@ layer at (0,0) size 800x600
RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=objectBoundingBox]
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="clip1"] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
+ [clipPath="clip1"] RenderSVGResourceClipper {clipPath} at (-1,-1) size 2x3
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="clip2"] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
+ [clipPath="clip2"] RenderSVGResourceClipper {clipPath} at (0,-1) size 2x3
RenderSVGResourceMasker {mask} [id="mask1a"] [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="clip1"] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
+ [clipPath="clip1"] RenderSVGResourceClipper {clipPath} at (-1,-1) size 2x3
RenderSVGResourceMasker {mask} [id="mask1b"] [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="clip2"] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
+ [clipPath="clip2"] RenderSVGResourceClipper {clipPath} at (0,-1) size 2x3
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]
[masker="mask1a"] RenderSVGResourceMasker {mask} at (0,0) size 1x1

Powered by Google App Engine
This is Rietveld 408576698