chromium/third_party/blink/web_tests/external/wpt/loading/early-hints/csp-early-hints-absent-final-disallowed.h2.window.js

// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js

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