Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/svg/text/reftests/textpath-path-attr-precedence-over-href.svg
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"> <title>Checking `path` precedence over `href` on textPath element</title> <metadata> <html:link rel="author" title="Virali Purbey" href="mailto:viralipurbey@microsoft.com"/> <html:link rel="help" href="https://www.w3.org/TR/SVG2/text.html#TextPathElementPathAttribute"/> <html:link rel="match" href="textpath-path-attr-ref.svg"/> </metadata> <defs> <path id="line" d="M 10 50 L 100 200"/> </defs> <text> <textPath href="#line" path="M 10 50 Q 100 10 200 50 T 390 50"> Text along a quadratic curve </textPath> </text> </svg>