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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-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/struct-use-01-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt
similarity index 96%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt
index 2d8646a2b3e953748fcd3b5a3480be9afe899c4e..fe475940bd1b2b6496ca945167f61027631be5db 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt
@@ -57,13 +57,13 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (-48,13) size 48x22 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 48x22
chunk 1 (end anchor) text run 1 at (-48.00,30.00) startOffset 0 endOffset 5 width 48.00: "<use>"
- RenderSVGContainer {g} at (150,25) size 200x266 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,25.00)}]
+ RenderSVGContainer {g} at (149,25) size 201x266 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,25.00)}]
RenderSVGContainer {use} at (150,25) size 20x20
RenderSVGRect {rect} at (150,25) size 20x20 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=20.00] [height=20.00]
- RenderSVGContainer {use} at (150,55) size 20x20 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,30.00)}]
- RenderSVGEllipse {circle} at (150,55) size 20x20 [fill={[type=SOLID] [color=#00FF00]}] [cx=10.00] [cy=10.00] [r=10.00]
- RenderSVGContainer {use} at (150,85) size 20x20 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
- RenderSVGEllipse {ellipse} at (150,85) size 20x20 [fill={[type=SOLID] [color=#00FF00]}] [cx=10.00] [cy=10.00] [rx=10.00] [ry=10.00]
+ RenderSVGContainer {use} at (149,54) size 22x22 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,30.00)}]
+ RenderSVGEllipse {circle} at (149,54) size 22x22 [fill={[type=SOLID] [color=#00FF00]}] [cx=10.00] [cy=10.00] [r=10.00]
+ RenderSVGContainer {use} at (149,84) size 22x22 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
+ RenderSVGEllipse {ellipse} at (149,84) size 22x22 [fill={[type=SOLID] [color=#00FF00]}] [cx=10.00] [cy=10.00] [rx=10.00] [ry=10.00]
RenderSVGContainer {use} at (150,124) size 20x2 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,90.00)}]
RenderSVGPath {line} at (150,124) size 20x2 [stroke={[type=SOLID] [color=#00FF00] [stroke width=2.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=10.00] [x2=20.00] [y2=10.00]
RenderSVGContainer {use} at (150,144) size 21x21 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,120.00)}]

Powered by Google App Engine
This is Rietveld 408576698