Shuran Huang | 1c0172b | 2023-03-23 19:04:26 | [diff] [blame] | 1 | // META: script=helpers.js |
2 | // META: script=/resources/testdriver.js | ||||
3 | // META: script=/resources/testdriver-vendor.js | ||||
4 | 'use strict'; | ||||
5 | |||||
6 | // Create a test with a single-child cross-origin same-site iframe. | ||||
7 | RunTestsInIFrame( | ||||
8 | 'https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/requestStorageAccess-iframe.https.html?testCase=same-site-frame'); |