chromium/third_party/blink/web_tests/svg/custom/text-decoration-visibility.svg

<svg xmlns="http://www.w3.org/2000/svg">
  <text x="10" y="30">There should be no text or lines below this. Bug 15767.</text>
  <text x="100" y="100" visibility="hidden" style="text-decoration:underline;">THIS TEXT AND UNDERLINE SHOULD NOT SHOW</text>
</svg>