commit | a0ee0e4c6dc06762076c3c5bea97cf4e4c41078d | [log] [tgz] |
---|---|---|
author | Mickey Burks <mickeyburks@chromium.org> | Tue Jan 31 17:28:46 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 31 17:28:46 2023 |
tree | 572d917fe4591025ecd2b3d0752e620c0d5f1456 | |
parent | 532a38cda9e4fd811404be046d61be078b35d93a [diff] |
[User Education] Add testing method to verify anchor element is present With the addition of nested targeting for anchor elements, it has become easier to decouple the mixin-implementing component from the intended anchor element. This unfortunately makes it easier to introduce brittle anchoring that can be broken without developer knowledge. This test method is meant to be used by default everywhere that webui help bubbles are registered to ensure a test will fail if the anchor element is altered. Bug: 1410335 Change-Id: I112fed368e4db3151a3946234060dfde5e63486f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4195031 Reviewed-by: Dana Fried <dfried@chromium.org> Commit-Queue: Mickey Burks <mickeyburks@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099307}
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.