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

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