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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-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-frag-02-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
similarity index 88%
copy from LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
index 869031d35fb958159e2fde252206ed1f4a1fd9a2..109b143873876ffa6e34940e64f8e8f86912ada0 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt
@@ -5,8 +5,8 @@ layer at (0,0) size 480x360
RenderSVGContainer {g} at (0,0) size 480x360
RenderSVGRect {rect} at (0,0) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=100.00] [y=100.00] [width=50.00] [height=50.00]
RenderSVGRect {rect} at (240,180) size 240x180 [fill={[type=SOLID] [color=#DC143C]}] [x=150.00] [y=150.00] [width=50.00] [height=50.00]
- RenderSVGEllipse {circle} at (0,180) size 240x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=125.00] [cy=175.00] [r=25.00]
- RenderSVGEllipse {circle} at (240,0) size 240x180 [fill={[type=SOLID] [color=#FFD700]}] [cx=175.00] [cy=125.00] [r=25.00]
+ RenderSVGEllipse {circle} at (0,178) size 243x182 [fill={[type=SOLID] [color=#FFD700]}] [cx=125.00] [cy=175.00] [r=25.00]
+ RenderSVGEllipse {circle} at (237,0) size 243x182 [fill={[type=SOLID] [color=#FFD700]}] [cx=175.00] [cy=125.00] [r=25.00]
RenderSVGText {text} at (105,186) size 66x12 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 66x12
chunk 1 text run 1 at (105.00,195.00) startOffset 0 endOffset 16 width 65.05: "$Revision: 1.8 $"

Powered by Google App Engine
This is Rietveld 408576698