chromium/third_party/blink/web_tests/svg/animations/no-attr-pattern-patterntransform.svg

<svg xmlns="http://www.w3.org/2000/svg">
  <pattern id="pattern" patternUnits="userSpaceOnUse" width="100" height="100">
    <rect width="50" height="50" fill="#008000"/>
    <animateTransform attributeName="patternTransform" type="scale" dur="0.001s" from="2" to="2" fill="freeze"/>
  </pattern>
  <rect width="100" height="100" fill="#ff0000"/>
  <rect width="100" height="100" fill="url(#pattern)"/>
</svg>