chromium/chrome/browser/ui/views/tabs/tab_strip_scroll_container_unittest.cc

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

#include "chrome/browser/ui/views/tabs/tab_strip_scroll_container.h"
#include <cstddef>
#include <memory>
#include "chrome/browser/ui/views/tabs/tab_strip.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "fake_base_tab_strip_controller.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/bubble/bubble_border.h"

class TabStripScrollContainerTest : public ChromeViewsTestBase {};

TEST_F(TabStripScrollContainerTest, AnchoredWidgetHidesOnScroll) {}