chromium/third_party/blink/web_tests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html

<!DOCTYPE html>
<svg>
  <text y="100" stroke="blue" stroke-width="2"
        stroke-dasharray="10 2" stroke-dashoffset="10"
        fill="none" font-size="72" text-decoration="underline">Hello</text>
</svg>