chromium/third_party/blink/web_tests/svg/as-image/zero-size-buffered-image-nopaint.html

<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
    <!-- This content should not assert or crash in Debug or Asan builds. -->
    <!-- It renders to an empty image due to the zero width. -->
    <image transform="skewX(30)" x="0" y="240" width="0" height="100" buffered-rendering="static" xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><rect x='10%' y='10%' width='80%' height='80%' fill='red' /></svg>"/>
    </image>
</svg>