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

<!DOCTYPE html>
<svg width="100" height="100" style="background-color: green">
  <image width="100" height="100" preserveAspectRatio="none"
         xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='0'><rect width='100' height='100' fill='red'/></svg>"/>
</svg>