commit | 9d96df9667a5f619131baa8fa22b11d655ee5359 | [log] [tgz] |
---|---|---|
author | Jayson Adams <shrike@chromium.org> | Tue Oct 29 20:57:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 29 20:57:42 2024 |
tree | c72a2d5efe85ce30e7e94731b4fd63f7c49aac38 | |
parent | d36ce3f16f50794d27c54273acb3f90feccccf04 [diff] |
[Mac A11y] Set up unit tests for AXPlatformNodeCocoa This cl sets up unit tests that should always pass (regardless of the Cocoa AX API migration flag), as well as tests that require the Cocoa API migration flag to be true or false. This cl also refines introspection API related to the new Cocoa a11y API migration. Test: out/default/accessibility_unittests \ --gtest_filter="*AXPlatformNodeCocoaTest*" out/default/content_browsertests \ --disable-features=MacAccessibilityAPIMigration \ --gtest_filter="*AriaCombobox/mac*:*Heading/mac*" Bug: 363275809 Change-Id: Ie97ca57f8e43b4ec1c6f27566e7a5b515be5f112 AX-Relnotes: n/a Include-Ci-Only-Tests: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5938610 Reviewed-by: Valerie Young <spectranaut@igalia.com> Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Jayson Adams <shrike@chromium.org> Cr-Commit-Position: refs/heads/main@{#1375487}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.