chromium/third_party/blink/renderer/core/accessibility/scoped_blink_ax_event_intent_test.cc

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

#include "third_party/blink/renderer/core/accessibility/scoped_blink_ax_event_intent.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/accessibility/ax_context.h"
#include "third_party/blink/renderer/core/accessibility/ax_object_cache.h"
#include "third_party/blink/renderer/core/accessibility/blink_ax_event_intent.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
#include "ui/accessibility/ax_enums.mojom-blink.h"
#include "ui/accessibility/ax_mode.h"

namespace blink {

ScopedBlinkAXEventIntentTest;

TEST_F(ScopedBlinkAXEventIntentTest, SingleIntent) {}

TEST_F(ScopedBlinkAXEventIntentTest, MultipleIdenticalIntents) {}

TEST_F(ScopedBlinkAXEventIntentTest, NestedIndividualIntents) {}

TEST_F(ScopedBlinkAXEventIntentTest, NestedMultipleIntents) {}

TEST_F(ScopedBlinkAXEventIntentTest, NestedIdenticalIntents) {}

}  // namespace blink