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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/styling-pres-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/styling-pres-01-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt
similarity index 85%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt
index 22dd42845d1b0b05794869d3c8fb2eef7af3e00d..525c9387eb5e3dda471724e81255789d0fd10ad7 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt
@@ -2,8 +2,8 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
- RenderSVGContainer {g} at (140,70) size 200x160
- RenderSVGEllipse {circle} at (160,70) size 160x160 [fill={[type=SOLID] [color=#0000FF]}] [cx=240.00] [cy=150.00] [r=80.00]
+ RenderSVGContainer {g} at (140,69) size 200x162
+ RenderSVGEllipse {circle} at (159,69) size 162x162 [fill={[type=SOLID] [color=#0000FF]}] [cx=240.00] [cy=150.00] [r=80.00]
RenderSVGRect {rect} at (140,70) size 200x160 [fill={[type=SOLID] [color=#000000]}] [x=140.00] [y=70.00] [width=200.00] [height=160.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