servo/tests/wpt/web-platform-tests/storage-access-api/requestStorageAccess-same-site-iframe.sub.https.window.js

8 lines
363 B
JavaScript

// META: script=helpers.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
// Create a test with a single-child cross-origin same-site iframe.
RunTestsInIFrame(
'https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/requestStorageAccess-iframe.https.html?testCase=same-site-frame');