chromium/third_party/blink/web_tests/svg/text/tspan-multiple-outline-expected.html

<!doctype html>
<head>
<style>
html,body { margin-top: 10.5px; padding-top: 0px }
span:first-of-type { position: relative;  }
span { font: 32px sans-serif; outline: 1px solid black; line-height: 1.5em; }
</style>
</head>
<span>tspan 1</span><br/>
<span>tspan 2</span><br/>
<span>tspan 3</span>