requestStorageAccess-nested-cross-origin-iframe.sub.https.window.js (454B)
1 // META: script=helpers.js 2 // META: script=/resources/testdriver.js 3 // META: script=/resources/testdriver-vendor.js 4 'use strict'; 5 6 (async function() { 7 // Validate the nested-iframe scenario where the cross-origin frame 8 // containing the tests is not the first child. 9 RunTestsInNestedIFrame('https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/requestStorageAccess-iframe.https.html?testCase=nested-cross-origin-frame'); 10 })();