commit | f2c22e3c5d8c136dc14432d1c68123ecd84e66a0 | [log] [tgz] |
---|---|---|
author | Joanmarie Diggs <jdiggs@igalia.com> | Wed May 21 06:55:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 06:55:07 2025 |
tree | 00a72d447a869a7eaab3cb15dded7e19f413f546 | |
parent | 502677756885e731ceb00cd84893234ac0dd210c [diff] |
Fix a11y failure of AutofillInteractiveFencedFrameTest.DeletingFrameClosesPopup/1 This test fails on linux-blink-web-tests-force-accessibility-rel due to triggering a DCHECK (unknown AXTreeID for the focused tree). This can occur when nothing has focus. It is possible to obtain this id via the AXTreeData associated with the root AXPlatformNodeDelegate. Doing so fixes the failure. Also triage the remaining interactive UI tests in the filter file for this bot. Bug: 418640888 Change-Id: I63d68bd2c5f83420ea486f9ddad8592533228c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6563466 Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Reviewed-by: Jan Keitel <jkeitel@google.com> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463243}
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.