tor-browser

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

302-isvalid.xhtml (190B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>valid img@usemap</title>
      4 </head>
      5 <body>
      6  <map name="bar"/>
      7  <p><img src="foo.png" usemap="#bar" alt="bar"/></p>
      8 </body>
      9 </html>