tor-browser

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

sandboxed-features-documentdomain.https.html (467B)


      1 <!DOCTYPE html>
      2 <title>Test of sandboxed features - document.domain</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_document_domain',
     12  'The fenced frame must fail to change Document.domain.');
     13 </script>
     14 </body>