tor-browser

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

doc_picker_link.html (429B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 <!doctype html>
      4 <html>
      5  <!-- The <a> should point to a valid page to check that page navigation will
      6       not happen when picking the element -->
      7  <a
      8    href="about:home"
      9    class="picker-link"
     10    style="display:block; padding: 10px; width:50px; height:50px;"
     11  >Link should not open when picking</a>
     12 </html>