blob: 68e20ba42f13fcd68d3cc2d2cb2445eca5c8d436 (
plain)
1
2
3
4
5
6
7
8
9
|
// META: script=/common/utils.js
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const early_hints_policy = "require-corp";
const final_policy = "unsafe-none";
navigateToCrossOriginEmbedderPolicyMismatchTest(early_hints_policy,
final_policy);
});
|