tor-browser

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

requestStorageAccess-ABA-iframe.sub.https.window.js (548B)


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