mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds an initial test of looking up the macOS-specific AXPlatformNodeMac C++ node wrapper and the AXPlatformNodeCocoa Objective-C wrapper, in addition to the existing platform-agnostic accessibility tests that run on macOS today. This is initial test infrastructure to support authoring tests for an upcoming fix to the issue below. Issue: https://github.com/flutter/flutter/issues/102416