chromium/ui/accessibility/ax_role_properties_unittest.cc

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

#include <unordered_set>

#include "testing/gtest/include/gtest/gtest.h"

#include "ui/accessibility/ax_enum_util.h"
#include "ui/accessibility/ax_enums.mojom.h"
#include "ui/accessibility/ax_role_properties.h"

namespace ui {

TEST(AXRolePropertiesTest, TestSupportsHierarchicalLevel) {}

TEST(AXRolePropertiesTest, TestSupportsToggle) {}

TEST(AXRolePropertiesTest, TestIsTableWithColumns) {}
}  // namespace ui