chromium/content/renderer/accessibility/annotations/ax_main_node_annotator_browsertest.cc

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

#include "content/renderer/accessibility/annotations/ax_main_node_annotator.h"

#include "base/test/scoped_feature_list.h"
#include "content/renderer/accessibility/annotations/ax_annotators_manager.h"
#include "content/renderer/accessibility/render_accessibility_impl_test.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "services/screen_ai/screen_ai_service_impl.h"
#include "third_party/blink/public/web/web_element.h"
#include "third_party/blink/public/web/web_local_frame.h"
#include "ui/accessibility/accessibility_features.h"

WebAXObject;
WebDocument;

namespace content {

class MockMainNodeAnnotationService
    : public screen_ai::mojom::Screen2xMainContentExtractor {};

class AXMainNodeAnnotatorTest : public RenderAccessibilityImplTest {};

TEST_F(AXMainNodeAnnotatorTest, AnnotateMainNode) {}

TEST_F(AXMainNodeAnnotatorTest, DoesNothingIfAuthorProvidedNode) {}

}  // namespace content