tor-browser

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

menu-containing-text-novalid.xhtml (160B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>invalid menu containing text</title>
      4 </head>
      5 <body>
      6  <menu>
      7   hello
      8  </menu>
      9 </body>
     10 </html>