blob: c163245ce36b9bab244730253948ec4d7902d5fb [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-allow-storage-access.html';
const sandboxAttribute =
'allow-scripts allow-same-origin allow-storage-access-by-user-activation';
RunTestsInIFrame(frameSourceUrl, sandboxAttribute);