https://drafts.csswg.org/resize-observer-1/#calculate-box-size
- If target is an SVGGraphicsElement that does not have an associated CSS layout box
[...]
- If target is not an SVGGraphicsElement or target is an SVGGraphicsElement that has an associated CSS layout box
[...]
4. return computedSize.
The 1st branch never returns.