blob: 3fcd89c4cc089c38a53ab759bf7727813c4c5017 [file] [log] [blame]
// 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);
});