summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/coep-early-hints-require-corp-final-none.h2.window.js
blob: 68e20ba42f13fcd68d3cc2d2cb2445eca5c8d436 (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 = "require-corp";
    const final_policy = "unsafe-none";
    navigateToCrossOriginEmbedderPolicyMismatchTest(early_hints_policy,
        final_policy);
});