Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /loading/early-hints/csp-early-hints-absent-final-allowed.h2.window.html - WPT Dashboard Interop Dashboard
// 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);
});