mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
9 lines
375 B
JavaScript
9 lines
375 B
JavaScript
// META: script=helpers.js
|
|
// META: script=/resources/testdriver.js
|
|
// META: script=/resources/testdriver-vendor.js
|
|
'use strict';
|
|
|
|
// Validate the nested-iframe scenario where the same-origin frame
|
|
// containing the tests is not the first child.
|
|
RunTestsInNestedIFrame('resources/requestStorageAccess-iframe.https.html?testCase=nested-same-origin-frame&rootdocument=false');
|