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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-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-SE/styling-pres-02-f-expected.txt
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
similarity index 98%
copy from LayoutTests/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index dbb0db17935da25d0c59e1a54f9e20c1f2714205..3f949cf0b573ae65af1be5819abebc072c25ae32 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -13,12 +13,12 @@ layer at (0,0) size 480x360
chunk 1 text run 5 at (232.12,20.00) startOffset 28 endOffset 38 width 70.04: "ation attr"
chunk 1 text run 6 at (302.18,20.00) startOffset 38 endOffset 42 width 29.02: "ibut"
chunk 1 text run 7 at (330.94,20.00) startOffset 42 endOffset 44 width 19.01: "es"
- RenderSVGContainer {g} at (0,0) size 30x10
+ RenderSVGContainer {g} at (0,0) size 30x11
RenderSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data="M 0 0"]
RenderSVGImage {image} at (0,0) size 10x10
RenderSVGRect {rect} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
- RenderSVGEllipse {circle} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=10.00]
- RenderSVGEllipse {ellipse} at (0,0) size 10x5 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [rx=10.00] [ry=5.00]
+ RenderSVGEllipse {circle} at (0,0) size 11x11 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=10.00]
+ RenderSVGEllipse {ellipse} at (0,0) size 11x6 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [rx=10.00] [ry=5.00]
RenderSVGPath {polyline} at (0,0) size 10x10 [fill={[type=SOLID] [color=#000000]}] [points="0 0 10 10"]
RenderSVGText {text} at (0,-15) size 30x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 11x18

Powered by Google App Engine
This is Rietveld 408576698