wpt / svg / struct / reftests / use-a.svg

Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/struct/reftests/use-a.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <title>Testing that 'use' can target 'a' elements</title>
  <h:link rel="match" href="reference/green-100x100.svg"/>
  <defs>
    <a id="a">
      <rect width="100" height="100" fill="green"/>
    </a>
  </defs>
  <rect x="10" y="10" width="80" height="80" fill="red"/>

  <use href="#a"/>
</svg>