Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 2 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /storage-access-api/requestStorageAccess-sandboxed-iframe-allow-storage-access.sub.https.window.html - WPT Dashboard Interop Dashboard
// META: script=helpers.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
const frameSourceUrl =
const sandboxAttribute =
'allow-scripts allow-same-origin allow-storage-access-by-user-activation allow-popups';
RunTestsInIFrame(frameSourceUrl, sandboxAttribute);