mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
10 lines
400 B
JavaScript
10 lines
400 B
JavaScript
// META: script=helpers.js
|
|
// META: script=/resources/testdriver.js
|
|
// META: script=/resources/testdriver-vendor.js
|
|
'use strict';
|
|
|
|
(async function() {
|
|
// Create a test with a single-child cross-origin iframe.
|
|
RunTestsInIFrame('https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/requestStorageAccess-iframe.https.html?testCase=cross-origin-frame&rootdocument=false');
|
|
})();
|