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.popinContextType()` and receive null.
async_test(t => {
assert_equals(window.popinContextType(), null);
t.done();
}, "Verify PopinContextType is null on top-level page");