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/struct-frag-03-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/struct-frag-03-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt
similarity index 83%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt
index 85aded26eab270924a2a544fee4b7bbbf3abb8be..d2351c8e027550d8a264746758ccef39e27edbd6 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt
@@ -2,11 +2,11 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (58,0) size 364x360
- RenderSVGContainer {g} at (60,0) size 360x360
+ RenderSVGContainer {g} at (58,0) size 364x360
RenderSVGRect {rect} at (60,0) size 180x180 [fill={[type=SOLID] [color=#DC143C]}] [x=100.00] [y=100.00] [width=50.00] [height=50.00]
RenderSVGRect {rect} at (240,180) size 180x180 [fill={[type=SOLID] [color=#DC143C]}] [x=150.00] [y=150.00] [width=50.00] [height=50.00]
- RenderSVGEllipse {circle} at (60,180) size 180x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=125.00] [cy=175.00] [r=25.00]
- RenderSVGEllipse {circle} at (240,0) size 180x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=175.00] [cy=125.00] [r=25.00]
+ RenderSVGEllipse {circle} at (58,178) size 184x182 [fill={[type=SOLID] [color=#FFD700]}] [cx=125.00] [cy=175.00] [r=25.00]
+ RenderSVGEllipse {circle} at (238,0) size 184x182 [fill={[type=SOLID] [color=#FFD700]}] [cx=175.00] [cy=125.00] [r=25.00]
RenderSVGText {text} at (105,186) size 65x12 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 65x12
chunk 1 text run 1 at (105.00,195.00) startOffset 0 endOffset 16 width 64.17: "$Revision: 1.8 $"

Powered by Google App Engine
This is Rietveld 408576698