tor-browser

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

test-autocomplete-mapped.html (397B)


      1 <!DOCTYPE HTML>
      2 <html dir="ltr" lang="en">
      3  <head>
      4    <meta charset="utf8">
      5    <!--
      6    - Any copyright is dedicated to the Public Domain.
      7    - http://creativecommons.org/publicdomain/zero/1.0/
      8    -->
      9    <title>Test for autocomplete displaying mapped variable names</title>
     10    <script src="test-autocomplete-mapped.js"></script>
     11  </head>
     12  <body>
     13    <p>Hello world!</p>
     14  </body>
     15 </html>