tor-browser

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

duplicate-key-labels-novalid.html (190B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head><meta charset="UTF-8">
      4 <title>accesskey attribute with duplicate key labels</title>
      5 </head>
      6 <body>
      7 <a href=url accesskey="a b ぬ c ぬ">foo</a>
      8 </body>
      9 </html>