tor-browser

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

hasStorageAccess-ABA-iframe.sub.https.window.js (606B)


      1 // META: script=../helpers.js
      2 // META: script=/resources/testdriver.js
      3 // META: script=/resources/testdriver-vendor.js
      4 'use strict';
      5 
      6 // This expects to be run in an iframe that is cross-site to the top-level frame.
      7 (async function() {
      8  // Create a test with a single-child iframe that is same-site to the top-level frame but cross-site to the iframe
      9  // that is being created here, for the purpose of testing hasStorageAccess in an A(B(A)) frame tree setting.
     10  RunTestsInIFrame("https://{{host}}:{{ports[https][0]}}/storage-access-api/resources/hasStorageAccess-iframe.https.html?testCase=ABA");
     11 })();