#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) { … }
}