chromium/content/browser/worker_host/shared_worker_instance_unittest.cc

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

#include "content/public/browser/shared_worker_instance.h"

#include <memory>
#include <string>
#include <string_view>

#include "base/strings/utf_string_conversions.h"
#include "services/network/public/mojom/content_security_policy.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"

namespace content {

class SharedWorkerInstanceTest : public testing::Test {};

TEST_F(SharedWorkerInstanceTest, MatchesTest) {}

TEST_F(SharedWorkerInstanceTest, MatchesTest_DataURLWorker) {}

TEST_F(SharedWorkerInstanceTest, MatchesTest_FileURLWorker) {}

}  // namespace content