Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /partitioned-popins/popinContextType.tentative.https.window.html - WPT Dashboard Interop Dashboard
// 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");