summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/loading/early-hints/preload-without-csp-document-disallow.h2.window.js
blob: 3de55d04c354171c6223cdbbdfaa09b5acd2a9d2 (plain)
1
2
3
4
5
6
7
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js

test(() => {
    const early_hints_policy = "absent";
    navigateToContentSecurityPolicyDocumentDisallowTest(early_hints_policy);
});