servo/tests/wpt/web-platform-tests/loading/early-hints/preload-with-csp-document-disallow.h2.window.js

7 lines
223 B
JavaScript

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