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

Unified Diff: LayoutTests/platform/linux/svg/custom/js-late-marker-creation-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/custom/js-late-marker-creation-expected.txt
diff --git a/LayoutTests/svg/custom/js-late-marker-creation-expected.txt b/LayoutTests/platform/linux/svg/custom/js-late-marker-creation-expected.txt
similarity index 86%
copy from LayoutTests/svg/custom/js-late-marker-creation-expected.txt
copy to LayoutTests/platform/linux/svg/custom/js-late-marker-creation-expected.txt
index 8a5b061a1838f6e906b83bbcfd44c1a436153bab..af2ceef1689ff93f1ef3bcb7754c0aec93555268 100644
--- a/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/js-late-marker-creation-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (203,211) size 111x111
+ RenderSVGRoot {svg} at (203,210) size 112x112
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGResourceMarker {marker} [id="markerStart"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
RenderSVGRect {rect} at (0,0) size 4x4 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
@@ -9,5 +9,5 @@ layer at (0,0) size 800x600
RenderSVGPath {path} at (0,0) size 4x4 [fill={[type=SOLID] [color=#0000FF]}] [data="M 5 0 L 10 10 L 0 10 Z"]
RenderSVGResourceMarker {marker} [id="markerMiddle"] [markerUnits=strokeWidth] [ref at (5,5)] [angle=0.00]
RenderSVGEllipse {circle} at (0,0) size 4x4 [fill={[type=SOLID] [color=#008000]}] [cx=5.00] [cy=5.00] [r=5.00]
- RenderSVGContainer {g} at (203,211) size 111x111
- RenderSVGPath {path} at (203,211) size 111x111 [stroke={[type=SOLID] [color=#000000] [stroke width=8.00]}] [start marker=markerStart] [middle marker=markerMiddle] [end marker=markerEnd] [data="M 130 135 L 180 135 L 180 185"]
+ RenderSVGContainer {g} at (203,210) size 112x112
+ RenderSVGPath {path} at (203,210) size 112x112 [stroke={[type=SOLID] [color=#000000] [stroke width=8.00]}] [start marker=markerStart] [middle marker=markerMiddle] [end marker=markerEnd] [data="M 130 135 L 180 135 L 180 185"]

Powered by Google App Engine
This is Rietveld 408576698