chromium/third_party/blink/web_tests/paint/invalidation/svg/text-pattern-update-expected.html

<!DOCTYPE html>
<script src=../../../resources/ahem.js></script>
<svg>
  <pattern id="pat" y="100" patternUnits="userSpaceOnUse" width="200" height="200">
    <rect width="200" height="100" fill="red"/>
    <rect y="100" width="200" height="100" fill="green"/>
  </pattern>
  <text y="80" fill="url(#pat)" font-size="100" font-family="Ahem">X</text>
</svg>