mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
8 lines
363 B
JavaScript
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');
|