chromium/third_party/blink/renderer/core/frame/csp/trusted_types_directive_test.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace

TEST(TrustedTypesDirectiveTest, TestAllowLists) {}

}  // namespace blink