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