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