Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /loading/early-hints/preload-with-csp-document-disallow.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 = "allowed";
navigateToContentSecurityPolicyDocumentDisallowTest(early_hints_policy);
});