chromium/third_party/blink/web_tests/svg/text/tpath-without-path.svg

<svg xmlns="http://www.w3.org/2000/svg">
    <script>
    	if (window.testRunner)
    	    testRunner.dumpAsText();
    </script>
    <g transform="translate(25,25)">
	    <text font-size="20">
			<textPath text-anchor="middle">
				<tspan>X</tspan>
			</textPath>
		</text>
		<text y="25">Test Passes if you get an X, and no crash</text>
	</g>
</svg>