preload-with-csp-document-disallow.h2.window.js (223B)
1 // META: script=/common/utils.js 2 // META: script=resources/early-hints-helpers.sub.js 3 4 test(() => { 5 const early_hints_policy = "allowed"; 6 navigateToContentSecurityPolicyDocumentDisallowTest(early_hints_policy); 7 });