requestStorageAccess-sandboxed-iframe-no-storage-access.sub.https.window.js (392B)
1 // META: script=helpers.js 2 // META: script=/resources/testdriver.js 3 // META: script=/resources/testdriver-vendor.js 4 'use strict'; 5 6 const frameSourceUrl = 7 'https://{{hosts[alt][www]}}:{{ports[https][0]}}/storage-access-api/resources/sandboxed-iframe-no-storage-access.html'; 8 9 const sandboxAttribute = 'allow-scripts allow-same-origin'; 10 11 RunTestsInIFrame(frameSourceUrl, sandboxAttribute);