tor-browser

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

historical.https.html (328B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>getDisplayMedia historical tests</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script>
      7 test(function() {
      8    assert_false('getDisplayMedia' in navigator);
      9 }, 'navigator.getDisplayMedia should not exist');
     10 </script>