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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/shapes-circle-01-t-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/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
similarity index 95%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
index ac07e431529baac3406287c4f9f065b521015720..0085b7c9ced317fc021775ad8a97d5f9608b7b3c 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 480x360
RenderSVGEllipse {circle} at (184,64) size 72x72 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=220.00] [cy=100.00] [r=35.00]
RenderSVGEllipse {circle} at (318,78) size 44x44 [stroke={[type=SOLID] [color=#00FF00] [stroke width=4.00]}] [fill={[type=SOLID] [color=#000000]}] [cx=340.00] [cy=100.00] [r=20.00]
RenderSVGEllipse {circle} at (78,238) size 44x44 [stroke={[type=SOLID] [color=#00FF00] [stroke width=4.00]}] [fill={[type=SOLID] [color=#FFFF00]}] [cx=100.00] [cy=260.00] [r=20.00]
- RenderSVGEllipse {circle} at (185,225) size 70x70 [fill={[type=SOLID] [color=#0000FF]}] [cx=220.00] [cy=260.00] [r=35.00]
+ RenderSVGEllipse {circle} at (184,224) size 72x72 [fill={[type=SOLID] [color=#0000FF]}] [cx=220.00] [cy=260.00] [r=35.00]
RenderSVGEllipse {circle} at (285,205) size 110x110 [stroke={[type=SOLID] [color=#FF0000] [stroke width=10.00]}] [cx=340.00] [cy=260.00] [r=50.00]
RenderSVGText {text} at (10,304) size 261x46 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 261x46

Powered by Google App Engine
This is Rietveld 408576698