href-image-element.html (425B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>href - image element</title> 4 <meta name="assert" content="The image should accept href"> 5 <link rel="match" href="href-image-element-ref.html"> 6 <body> 7 <svg width="300" height="300" viewBox="0 0 300 300" 8 xmlns:xlink="http://www.w3.org/1999/xlink"> 9 <image href="/images/green.png" xlink:href="/images/red.png" 10 width="100px" height="100px"/> 11 </svg> 12 </body>