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

<svg xmlns="http://www.w3.org/2000/svg" width="800" height="100">
	<style>
	text { font: 32px sans-serif; }
	</style>
	
	<text y="40" tabindex="2" fill="green">[object SVGTSpanElement]</text>
	<script>
		document.querySelector("text").focus();
	</script>
</svg>