blob: 67b39333ad7b58220bc73090ce350c842f2987d8 [file] [log] [blame] [edit]
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const early_hints_policy = "allowed";
const final_policy = "disallowed";
navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
});