wpt / svg / path / distance / path-length-css-overrides-presentation-attribute.tentative.svg

Status: FAIL | Duration: 15ms | Subtests: 0/1 | Open test on wpt.live | wpt.fyi

/svg/path/distance/path-length-css-overrides-presentation-attribute.tentative.svg

<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:html="http://www.w3.org/1999/xhtml">
  <title>CSS path-length overrides presentation attribute</title>
  <metadata>
    <html:link rel="author" title="Virali Purbey" href="mailto:viralipurbey@microsoft.com"/>
    <html:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/paths.html#PathLengthAttribute"/>
    <html:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/styling.html#PresentationAttributes"/>
    <html:link rel="match" href="path-length-css-property-ref.tentative.svg"/>
  </metadata>
  <style>
    rect { path-length: 10px; }
  </style>
  <rect x="20" y="20" width="200" height="200" pathLength="100"
        fill="none" stroke="black" stroke-width="5" stroke-dasharray="0.25"/>
</svg>