#include "third_party/blink/renderer/core/frame/csp/trusted_types_directive.h"
#include "services/network/public/mojom/content_security_policy.mojom-blink-forward.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/csp/content_security_policy.h"
#include "third_party/blink/renderer/platform/network/http_parsers.h"
namespace blink {
namespace {
network::mojom::blink::CSPTrustedTypesPtr ParseTrustedTypes(
const String& value) { … }
}
TEST(TrustedTypesDirectiveTest, TestAllowLists) { … }
}