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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/color-prop-01-b-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/color-prop-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
similarity index 92%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
index b2ffd6961d7f5c54497f0e2e683a3a9844a16477..f79162e5e26fb45cfa5ba15e3f61c3b3b90c8344 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
@@ -8,9 +8,9 @@ layer at (0,0) size 480x360
RenderSVGGradientStop {stop} [offset=0.05] [color=#6600FF]
RenderSVGGradientStop {stop} [offset=0.50] [color=#FF0000]
RenderSVGGradientStop {stop} [offset=0.95] [color=#FFFF66]
- RenderSVGContainer {g} at (70,18) size 342x124
- RenderSVGContainer {g} at (70,18) size 342x124
- RenderSVGEllipse {circle} at (70,20) size 120x120 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=80.00] [r=60.00]
+ RenderSVGContainer {g} at (69,18) size 343x124
+ RenderSVGContainer {g} at (69,18) size 343x124
+ RenderSVGEllipse {circle} at (69,19) size 122x122 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=80.00] [r=60.00]
RenderSVGEllipse {circle} at (288,18) size 124x124 [stroke={[type=SOLID] [color=#FF0000] [stroke width=4.00]}] [cx=350.00] [cy=80.00] [r=60.00]
RenderSVGContainer {g} at (60,215) size 360x80
RenderSVGContainer {g} at (60,215) size 360x80

Powered by Google App Engine
This is Rietveld 408576698