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

Unified Diff: LayoutTests/platform/linux/svg/repaint/mask-clip-target-transform-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/repaint/mask-clip-target-transform-expected.txt
diff --git a/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt b/LayoutTests/platform/linux/svg/repaint/mask-clip-target-transform-expected.txt
similarity index 69%
copy from LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
copy to LayoutTests/platform/linux/svg/repaint/mask-clip-target-transform-expected.txt
index 9693d1f8f6deec92634646513e0964f8f590485f..fd66e1d949ed90217bcf9d56b7772f0e2a786b2c 100644
--- a/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt
+++ b/LayoutTests/platform/linux/svg/repaint/mask-clip-target-transform-expected.txt
@@ -1,18 +1,18 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (50,50) size 200x200
+ RenderSVGRoot {svg} at (49,49) size 202x202
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=100.00] [cy=0.00] [r=50.00]
+ RenderSVGEllipse {circle} at (149,49) size 102x102 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=100.00] [cy=0.00] [r=50.00]
RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=100.00] [r=50.00]
+ RenderSVGEllipse {circle} at (49,149) size 102x102 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=100.00] [r=50.00]
RenderSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.00]
- RenderSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=0.00] [r=50.00]
- RenderSVGContainer {g} at (150,50) size 100x100
- [masker="mask"] RenderSVGResourceMasker {mask} at (50,-50) size 100x100
+ RenderSVGEllipse {circle} at (149,49) size 102x102 [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=0.00] [r=50.00]
+ RenderSVGContainer {g} at (149,49) size 102x102
+ [masker="mask"] RenderSVGResourceMasker {mask} at (49.50,-50.50) size 101x101
RenderSVGRect {rect} at (100,0) size 200x300 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=-200.00] [y=-200.00] [width=400.00] [height=200.00]
- RenderSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=100.00] [r=50.00]
- RenderSVGContainer {g} at (50,150) size 100x100
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-50,50) size 100x100
+ RenderSVGEllipse {circle} at (49,149) size 102x102 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=100.00] [r=50.00]
+ RenderSVGContainer {g} at (49,149) size 102x102
+ [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-50.50,49.50) size 101x101
RenderSVGRect {rect} at (0,100) size 300x200 [transform={m=((0.00,1.00)(-1.00,0.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=-200.00] [width=200.00] [height=400.00]

Powered by Google App Engine
This is Rietveld 408576698