commit | 24fd27ec50f36d63ea4a5dc284ed2323921a199a | [log] [tgz] |
---|---|---|
author | EmiliaPaz <emiliapaz@chromium.org> | Thu Mar 07 16:36:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 07 16:36:16 2024 |
tree | 5c1502004615df9928d6e38d3d2388edf8f7bbf2 | |
parent | 199307983fa9283544797d2336b16e1032db22b3 [diff] |
[Views] Remove unnecessary test Setting a button width of x doesn't ensure a string of width x can fit, given that a button may have padding/margin. Thus, we can remove ValidateTestData test since it doesn't add any value to the test suite. Additionally, we can use a helper method in a separate test. Bug: n/a Change-Id: Ife7da6e03dbcb57f8f7afadd3a5f0d5a0d02839e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5350681 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269616}
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.