tor-browser

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

sandboxed-features-pointerlock.https.html (626B)


      1 <!DOCTYPE html>
      2 <title>Test of sandboxed features - pointer lock</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="/common/utils.js"></script>
      6 <script src="resources/utils.js"></script>
      7 <script src="resources/sandboxed-features.js"></script>
      8 <script src="/resources/testdriver.js"></script>
      9 <script src="/resources/testdriver-actions.js"></script>
     10 <script src="/resources/testdriver-vendor.js"></script>
     11 
     12 <body>
     13 <script>
     14 run_sanboxed_feature_test('test_pointer_lock',
     15  'The fenced frame must fail to call requestPointerLock().');
     16 </script>
     17 </body>