chromium/content/common/frame_owner_element_type_mojom_traits_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/common/frame_owner_element_type_mojom_traits.h"

#include <string>

#include "base/test/gtest_util.h"
#include "content/common/frame.mojom-shared.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/frame/frame_owner_element_type.h"

FrameOwnerElementTypeTest;
FrameOwnerElementTypeDeathTest;

TEST_F(FrameOwnerElementTypeTest, SerializeAndDeserialize) {}

TEST_F(FrameOwnerElementTypeTest, RejectInvalid) {}

TEST_F(FrameOwnerElementTypeDeathTest, SerializeInvalid) {}