Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';
// Step 1 - Call `window.popinContextTypesSupported()` and receive an empty array.
async_test(t => {
assert_array_equals(window.popinContextTypesSupported(), ["partitioned"]);
t.done();
}, "Verify 'partitioned' PopinContextType is supported on a secure page");