tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

use-localRef-link.html (325B)


      1 <!DOCTYPE html>
      2 <head>
      3 <base href="/test">
      4 </head>
      5 <body style="background-color: lime;">
      6  <svg width="100" height="100">
      7    <defs>
      8      <rect id="a" x="0" y="0" width="50" height="50" fill="lime"/>
      9    </defs>
     10    <rect x="0" y="0" width="50" height="50" fill="red"/>
     11    <use xlink:href="#a"/>
     12  </svg>
     13 </body>
     14 </html>