mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
8 lines
298 B
JavaScript
8 lines
298 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 same-origin iframe.
|
|
RunTestsInIFrame('resources/requestStorageAccess-iframe.html?testCase=same-origin-frame&rootdocument=false');
|