tor-browser

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

menuitem-label-novalid.xhtml (180B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>invalid menuitem label</title>
      4 </head>
      5 <body>
      6  <menu>
      7   <menuitem label='The Command'/>
      8  </menu>
      9 </body>
     10 </html>