blob: 0e1762a28c9937a0086f6768d75fef24b7ebf388 [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 = "allowed";
navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
});