// Copyright 2024 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/autofill/popup/popup_title_view.h" #include "chrome/test/views/chrome_views_test_base.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/views/accessibility/view_accessibility.h" namespace autofill { class PopupTitleViewTest : public ChromeViewsTestBase { … }; TEST_F(PopupTitleViewTest, AccessibleProperties) { … } } // namespace autofill