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 => {
// Step 1
assert_array_equals(window.popinContextTypesSupported(), []);
t.done();
}, "Verify no PopinContextType is supported on an insecure page");