chromium/ui/views/window/frame_caption_button_unittest.cc

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

#include "ui/views/window/frame_caption_button.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/base/hit_test.h"
#include "ui/gfx/color_utils.h"
#include "ui/views/test/view_metadata_test_utils.h"
#include "ui/views/view.h"
#include "ui/views/window/caption_button_types.h"

namespace {

constexpr SkColor kBackgroundColors[] =;

}  // namespace

namespace views {

TEST(FrameCaptionButtonTest, ThemedColorContrast) {}

TEST(FrameCaptionButtonTest, DefaultAccessibilityFocus) {}

TEST(FrameCaptionButtonTest, MetadataTest) {}

}  // namespace views