commit | 31c409040a138d3e71ce01b229a9f3a8440b7857 | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Mon Dec 09 20:27:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 20:27:18 2024 |
tree | 453497643bbe5e11c626e2d2b57cd729c4a3fa3e | |
parent | 5b9f389ab491f9c98c070772496af9d02d6f12de [diff] |
Fix popover computed role test It was previously using element.computedRole, but that isn't a shipped feature (see the `ComputedAccessibilityInfo` feature). This CL changes to the correct check for computed role, via test_driver.get_computed_role(). Thanks to lwarlow@ for flagging this. Bug: 40218886 Change-Id: Icb24ff519f3d86020df171db998c40d8a4151326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080160 Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393848}
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.