servo/tests/wpt/web-platform-tests/loading/early-hints/csp-early-hints-disallowed-final-disallowed.h2.window.js

8 lines
268 B
JavaScript

// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const early_hints_policy = "disallowed";
const final_policy = "disallowed";
navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
});