Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
loading
/
early-hints
/
csp-early-hints-allowed-final-allowed.h2.window.js
blob: ee51e78bf168c111a60dbc14972691b412a945b8 [
file
] [
log
] [
blame
] [
edit
]
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test
(()
=>
{
const
early_hints_policy
=
"allowed"
;
const
final_policy
=
"allowed"
;
navigateToContentSecurityPolicyBasicTest
(
early_hints_policy
,
final_policy
);
});