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:
- /loading/early-hints/coep-early-hints-require-corp-final-none.h2.window.html - WPT Dashboard Interop Dashboard
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const early_hints_policy = "require-corp";
const final_policy = "unsafe-none";
navigateToCrossOriginEmbedderPolicyMismatchTest(early_hints_policy,
final_policy);
});