chromium/third_party/blink/web_tests/paint/invalidation/svg/marker-text-decoration-change-expected.html

<!DOCTYPE html>
<svg>
  <marker id="marker" markerUnits="userSpaceOnUse" overflow="visible">
    <text y="20">PASS if not underlined</text>
  </marker>
  <path d="M0,0" marker-end="url(#marker)" fill="none"/>
</svg>