summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/csp-early-hints-disallowed-final-allowed.h2.window.js
blob: cfac9b0b9864b1d42035de1ba4cf51837cdce3d4 (plain)
1
2
3
4
5
6
7
8
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js

test(() => {
    const early_hints_policy = "disallowed";
    const final_policy = "allowed";
    navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
});