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

Unified Diff: LayoutTests/platform/linux/svg/carto.net/button-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/carto.net/button-expected.txt
diff --git a/LayoutTests/platform/win/svg/carto.net/button-expected.txt b/LayoutTests/platform/linux/svg/carto.net/button-expected.txt
similarity index 97%
copy from LayoutTests/platform/win/svg/carto.net/button-expected.txt
copy to LayoutTests/platform/linux/svg/carto.net/button-expected.txt
index edf481acfaa7e77eb7925e52a22244a61183ed27..177051489f16fad5edebd3fdd34b8bbd474043ae 100644
--- a/LayoutTests/platform/win/svg/carto.net/button-expected.txt
+++ b/LayoutTests/platform/linux/svg/carto.net/button-expected.txt
@@ -71,7 +71,7 @@ layer at (0,0) size 800x600
RenderSVGTSpan {tspan} at (0,0) size 74x16
RenderSVGInlineText {#text} at (9,26) size 73x16
chunk 1 (middle anchor) text run 1 at (238.52,348.60) startOffset 0 endOffset 13 width 72.96: "round corners"
- RenderSVGContainer {g} at (233,112) size 61x22
+ RenderSVGContainer {g} at (233,112) size 62x22
RenderSVGContainer {g} at (233,116) size 18x18
RenderSVGRect {rect} at (233,116) size 17x17 [fill={[type=SOLID] [color=#FFFFFF]}] [x=299.00] [y=149.00] [width=20.00] [height=20.00]
RenderSVGRect {rect} at (235,117) size 16x17 [fill={[type=SOLID] [color=#000080]}] [x=301.00] [y=151.00] [width=20.00] [height=20.00]
@@ -81,10 +81,10 @@ layer at (0,0) size 800x600
RenderSVGContainer {g} at (238,117) size 10x16 [transform={m=((1.25,0.00)(0.00,1.25)) t=(0.00,0.00)}]
RenderSVGPath {line} at (241,124) size 5x9 [stroke={[type=SOLID] [color=#000000] [stroke width=1.75]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=0.00] [x2=3.00] [y2=7.00]
RenderSVGPath {path} at (238,117) size 10x13 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FFFFFF] [fill rule=EVEN-ODD]}] [data="M -3 -7 L -3 3 L 0 0 L 4.25 -0.5 Z"]
- RenderSVGContainer {g} at (272,112) size 22x22
+ RenderSVGContainer {g} at (272,112) size 23x22
RenderSVGEllipse {ellipse} at (272,112) size 21x21 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=361.50] [cy=156.50] [rx=12.50] [ry=12.50]
- RenderSVGEllipse {ellipse} at (274,114) size 20x20 [fill={[type=SOLID] [color=#000080]}] [cx=363.50] [cy=158.50] [rx=12.50] [ry=12.50]
- RenderSVGEllipse {ellipse} at (273,113) size 20x20 [fill={[type=SOLID] [color=#B0C4DE]}] [cx=362.50] [cy=157.50] [rx=12.50] [ry=12.50]
+ RenderSVGEllipse {ellipse} at (273,113) size 22x21 [fill={[type=SOLID] [color=#000080]}] [cx=363.50] [cy=158.50] [rx=12.50] [ry=12.50]
+ RenderSVGEllipse {ellipse} at (273,112) size 21x22 [fill={[type=SOLID] [color=#B0C4DE]}] [cx=362.50] [cy=157.50] [rx=12.50] [ry=12.50]
RenderSVGContainer {use} at (279,115) size 10x16 [transform={m=((1.00,0.00)(0.00,1.00)) t=(362.50,157.50)}]
RenderSVGViewportContainer {svg} at (279,115) size 10x16
RenderSVGContainer {g} at (279,115) size 10x16 [transform={m=((1.25,0.00)(0.00,1.25)) t=(0.00,0.00)}]

Powered by Google App Engine
This is Rietveld 408576698