chromium/chrome/test/data/webui/new_tab_page/new_tab_page_a11y_browsertest.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/command_line.h"
#include "build/build_config.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "components/search/ntp_features.h"
#include "content/public/browser/browser_accessibility_state.h"
#include "content/public/test/browser_test.h"
#include "ui/accessibility/accessibility_switches.h"
#include "ui/accessibility/ax_mode.h"

class NewTabPageA11yBrowserTest : public WebUIMochaBrowserTest {};

NewTabPageAppA11yTest;

IN_PROC_BROWSER_TEST_F(NewTabPageAppA11yTest, Clicks) {}