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

Unified Diff: LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-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/object-sizing-no-width-height-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/object-sizing-no-width-height-expected.txt b/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-expected.txt
similarity index 91%
copy from LayoutTests/platform/win/svg/custom/object-sizing-no-width-height-expected.txt
copy to LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-expected.txt
index 748a6085fddce0cb53bfb9a45e39b9f5ec27072b..36501552c9b20083fb6f5c8b28c1a81009793e96 100644
--- a/LayoutTests/platform/win/svg/custom/object-sizing-no-width-height-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-expected.txt
@@ -9,5 +9,5 @@ layer at (0,0) size 785x790
layer at (0,0) size 769x769
RenderSVGRoot {svg} at (0,0) size 769x769
RenderSVGRect {rect} at (0,0) size 769x769 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
- RenderSVGEllipse {circle} at (307,307) size 155x155 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+ RenderSVGEllipse {circle} at (306,306) size 157x157 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698