chromium/third_party/blink/web_tests/svg/custom/svg-image-par-none-no-intrinsic-size-expected.html

<!DOCTYPE html>
<div style="display: inline-block; width: 100px; height: 200px; background-color: green"></div>
<svg width="100" height="200" preserveAspectRatio="none" viewBox="0 0 100 100">
    <circle r="50" cx="50" cy="50" fill="green"/>
</svg>