mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
8 lines
265 B
JavaScript
8 lines
265 B
JavaScript
// META: script=/common/utils.js
|
|
// META: script=resources/early-hints-helpers.sub.js
|
|
|
|
test(() => {
|
|
const early_hints_policy = "disallowed";
|
|
const final_policy = "allowed";
|
|
navigateToContentSecurityPolicyBasicTest(early_hints_policy, final_policy);
|
|
});
|