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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-07-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/types-dom-07-f-expected.txt
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt
similarity index 99%
copy from LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt
copy to LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt
index 84cb699c5eae67ba9ba40d1fd71d08ade62e59c5..ba8db3a7d71d8c3891c1f76b955a8f4be03898ec 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt
@@ -87,7 +87,7 @@ layer at (0,0) size 480x360
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.01: "a"
chunk 1 text run 2 at (10.01,0.00) startOffset 1 endOffset 2 width 10.01: "b"
chunk 1 text run 3 at (20.02,0.00) startOffset 2 endOffset 3 width 9.00: "c"
- RenderSVGEllipse {circle} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=50.00]
+ RenderSVGEllipse {circle} at (0,0) size 51x51 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=50.00]
RenderSVGResourceMarker {marker} [id="marker"] [markerUnits=strokeWidth] [ref at (0,0)] [angle=90.00]
RenderSVGViewportContainer {svg} at (0,0) size 0x0
RenderSVGContainer {g} at (10,314) size 227x33

Powered by Google App Engine
This is Rietveld 408576698