chromium/content/browser/web_exposed_isolation_info_unittest.cc

// Copyright 2021 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/browser/web_exposed_isolation_info.h"

#include <sstream>

#include "base/test/gtest_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/origin.h"

namespace content {

WebExposedIsolationInfoTest;

TEST_F(WebExposedIsolationInfoTest, NonIsolated) {}

TEST_F(WebExposedIsolationInfoTest, Isolated) {}

TEST_F(WebExposedIsolationInfoTest, IsolatedApplication) {}

TEST_F(WebExposedIsolationInfoTest, Comparisons) {}

TEST_F(WebExposedIsolationInfoTest, ComparisonsWithOptionals) {}

TEST_F(WebExposedIsolationInfoTest, AreCompatibleFunctions) {}

TEST_F(WebExposedIsolationInfoTest, StreamOutput) {}

}  // namespace content