haikuwebkit/LayoutTests/svg/text/textpath-local-url-referenc...

8 lines
252 B
HTML

<!DOCTYPE html>
<base href="http://www.example.com/">
<script src="../../resources/ahem.js"></script>
<svg>
<path id="path" d="M0,80h100"/>
<text font-size="100" font-family="Ahem" fill="green"><textPath href="#path">X</textPath></textPath>
</svg>