chromium/ui/accessibility/ax_selection_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 "ui/accessibility/ax_selection.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/accessibility/test_single_ax_tree_manager.h"

// Helper macro for testing selection values and maintain
// correct stack tracing and failure causality.
#define TEST_SELECTION(tree_update, tree, input, expected)

namespace ui {

TEST(AXSelectionTest, UnignoredSelection) {}

}  // namespace ui