tor-browser

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

sandboxed-features-confirm.https.html (449B)


      1 <!DOCTYPE html>
      2 <title>Test of sandbox features - confirm</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 
      9 <body>
     10 <script>
     11 run_sanboxed_feature_test('test_confirm',
     12  'The fenced frame must fail to open a confirm dialog.');
     13 </script>
     14 
     15 </body>