chromium/chrome/browser/ui/views/omnibox/omnibox_popup_view_views_interactive_uitest.cc

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

#include "base/feature_list.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/browser/ui/views/omnibox/omnibox_popup_view_views_test.h"
#include "chrome/browser/ui/views/tabs/tab_strip.h"
#include "components/omnibox/common/omnibox_features.h"
#include "content/public/test/browser_test.h"
#include "ui/events/test/event_generator.h"
#include "ui/views/widget/widget_utils.h"

// Check that the location bar background (and the background of the textfield
// it contains) changes when it receives focus, and matches the popup background
// color.
IN_PROC_BROWSER_TEST_F(OmniboxPopupViewViewsTest,
                       PopupMatchesLocationBarBackground) {}

IN_PROC_BROWSER_TEST_F(OmniboxPopupViewViewsTest,
                       ClosePopupOnInactiveAreaClick) {}