tor-browser

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

subtst_contextmenu_add_search_engine.html (439B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Subtest for browser context menu</title>
      5 </head>
      6 <body>
      7  Browser context menu subtest.
      8  <input id="input_text_no_form" name="q">
      9  <form id="form_with_password" action="search">
     10    <input id="login_text" name="t">
     11    <input id="input_password" type="password" name="p">
     12  </form>
     13  <form id="form_without_password" action="search">
     14    <input id="search_text" name="q">
     15  </form>
     16 </body>
     17 </html>