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/masking-intro-01-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/masking-intro-01-f-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
similarity index 99%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
index 9b0449ef80d70cfd4666dbe27dc78b0db5a846c9..7024aae66467b9bb05f368eb57c182c64ca6dbe3 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
@@ -10,7 +10,7 @@ layer at (0,0) size 480x360
RenderSVGEllipse {circle} at (0,0) size 2x2 [stroke={[type=SOLID] [color=#FF0000] [stroke width=0.15]}] [cx=0.30] [cy=0.50] [r=0.20]
RenderSVGEllipse {circle} at (0,0) size 2x2 [cx=0.70] [cy=0.50] [r=0.20]
RenderSVGRect {rect} at (150,0) size 200x200 [fill={[type=SOLID] [color=#00008B]}] [x=150.00] [y=0.00] [width=200.00] [height=200.00]
- [clipPath="one"] RenderSVGResourceClipper {clipPath} at (-45,-155) size 575x510
+ [clipPath="one"] RenderSVGResourceClipper {clipPath} at (-45,-155) size 590.00x510
RenderSVGText {text} at (50,95) size 106x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 106x19
chunk 1 text run 1 at (50.00,110.00) startOffset 0 endOffset 19 width 106.00: "With a 'clip-path':"

Powered by Google App Engine
This is Rietveld 408576698