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

Unified Diff: LayoutTests/platform/linux/svg/custom/mask-on-multiple-objects-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/mask-on-multiple-objects-expected.txt
diff --git a/LayoutTests/svg/custom/mask-on-multiple-objects-expected.txt b/LayoutTests/platform/linux/svg/custom/mask-on-multiple-objects-expected.txt
similarity index 92%
copy from LayoutTests/svg/custom/mask-on-multiple-objects-expected.txt
copy to LayoutTests/platform/linux/svg/custom/mask-on-multiple-objects-expected.txt
index 764ffaa263995ae99240176383088d172eb8400d..7bb3a0ea81acbc17b792c95ec71490a7cc458482 100644
--- a/LayoutTests/svg/custom/mask-on-multiple-objects-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/mask-on-multiple-objects-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderSVGRoot {svg} at (20,20) size 220x100
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50]
+ RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50]
RenderSVGRect {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=20.00] [y=20.00] [width=100.00] [height=100.00]
[masker="mask"] RenderSVGResourceMasker {mask} at (20,20) size 100x100
RenderSVGRect {rect} at (140,50) size 100x40 [fill={[type=SOLID] [color=#008000]}] [x=140.00] [y=50.00] [width=100.00] [height=40.00]

Powered by Google App Engine
This is Rietveld 408576698