blob: 9c41d6cbbe439b70334a69cc8c747aa3f94536d9 (
plain)
1
2
3
4
5
6
7
|
// META: script=helpers.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
// Create a test with a single-child same-origin iframe.
RunTestsInIFrame('resources/requestStorageAccess-iframe.html?testCase=same-origin-frame&rootdocument=false');
|