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

Unified Diff: LayoutTests/platform/linux/svg/custom/absolute-sized-content-with-resources-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/absolute-sized-content-with-resources-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/absolute-sized-content-with-resources-expected.txt b/LayoutTests/platform/linux/svg/custom/absolute-sized-content-with-resources-expected.txt
similarity index 83%
copy from LayoutTests/platform/win/svg/custom/absolute-sized-content-with-resources-expected.txt
copy to LayoutTests/platform/linux/svg/custom/absolute-sized-content-with-resources-expected.txt
index 6ce07acf6c2db4fa52f422ef744e10d47afaa41f..7eebc3c8163fdd99674baf530114455969ae25c2 100644
--- a/LayoutTests/platform/win/svg/custom/absolute-sized-content-with-resources-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/absolute-sized-content-with-resources-expected.txt
@@ -13,10 +13,10 @@ layer at (0,0) size 800x462
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=userSpaceOnUse] [maskContentUnits=userSpaceOnUse]
- RenderSVGEllipse {circle} at (9,53) size 167x200 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=25.00] [cy=20.00] [r=20.00]
- RenderSVGEllipse {circle} at (9,253) size 167x200 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=25.00] [cy=60.00] [r=20.00]
- RenderSVGEllipse {circle} at (242,53) size 167x200 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=75.00] [cy=20.00] [r=20.00]
- RenderSVGEllipse {circle} at (242,253) size 167x200 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=75.00] [cy=60.00] [r=20.00]
+ RenderSVGEllipse {circle} at (9,53) size 170x204 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=25.00] [cy=20.00] [r=20.00]
+ RenderSVGEllipse {circle} at (9,249) size 170x204 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=25.00] [cy=60.00] [r=20.00]
+ RenderSVGEllipse {circle} at (239,53) size 170x204 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=75.00] [cy=20.00] [r=20.00]
+ RenderSVGEllipse {circle} at (239,249) size 170x204 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=75.00] [cy=60.00] [r=20.00]
RenderSVGContainer {g} at (42,119) size 334x268
RenderSVGRect {rect} at (42,119) size 334x268 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=80.00]
[masker="mask"] RenderSVGResourceMasker {mask} at (25,20) size 50x40

Powered by Google App Engine
This is Rietveld 408576698