commit | f7d642a021b11a347b5384c4db267c362fe2d19c | [log] [tgz] |
---|---|---|
author | stluong <stluong@chromium.org> | Thu Dec 07 17:30:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 07 17:30:36 2023 |
tree | 4ccaa0a49b228f5801c5ec186c5473afe2c61dff | |
parent | 61e1c773c0ce9825d94dc14607fd342125eed62a [diff] |
Add regression tests to verify hovercard children size A CL landed recently which modified the algorithm on how flex layout sizing is calculated which broke the layout of the hovercard contents; the thumbnail view took up space when there isn't a screenshot to show (like on an active tab) which pushed the hovercard footer partially off of the card. This CL adds tests to verify that the hovercard thumbnail view shouldn't be visible for active tabs and that the hovercard contents can fit within the hovercard. Bug: 1506422 Change-Id: I4e2e253a4a60217a44dc74454307e727464bdc35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5082146 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Steven Luong <stluong@chromium.org> Reviewed-by: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/main@{#1234562}
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.