summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/coep-early-hints-none-final-require-corp.h2.window.js
blob: ab135b549394f93b037bf8d8218729cc0b6f1e87 (plain)
1
2
3
4
5
6
7
8
9
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js

test(() => {
    const early_hints_policy = "unsafe-none";
    const final_policy = "require-corp";
    navigateToCrossOriginEmbedderPolicyMismatchTest(early_hints_policy,
        final_policy);
});