tor-browser

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

test_bug418986-1.html (746B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=418986
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>Test 1/3 for Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info</title>
      9  <script src="/tests/SimpleTest/SimpleTest.js"></script>
     10  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
     11  <script type="application/javascript" src="chrome/bug418986-1.js"></script>
     12 </head>
     13 <body>
     14  <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=418986">Bug 418986</a>
     15  <p id="display"></p>
     16  <div id="content" style="display: none"></div>
     17  <pre id="test"></pre>
     18  <script>
     19    window.onload = function() {
     20      test(true);
     21    };
     22  </script>
     23 </body>
     24 </html>