blob: 92d9d6fefb019717b7a066ba7905ed424b1dd742 [file] [log] [blame] [edit]
// META: script=helpers.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
const frameSourceUrl =
'https://{{hosts[alt][www]}}:{{ports[https][0]}}/storage-access-api/resources/sandboxed-iframe-no-storage-access.html';
const sandboxAttribute = 'allow-scripts allow-same-origin';
RunTestsInIFrame(frameSourceUrl, sandboxAttribute);