commit | 774f950c9c17276083a58facfced9494eab9224c | [log] [tgz] |
---|---|---|
author | Ian Kilpatrick <ikilpatrick@chromium.org> | Thu Mar 10 17:02:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 10 17:02:23 2022 |
tree | 0dd0201b0dc65d945340dba6db46120b2342d5a4 | |
parent | 923b2e390524b6215cd8f813393e4f528a1178de [diff] |
[tables] Only include border-spacing if we've seen a non-collapsed row. Previously we'd include border-spacing if we've seen any first row. This is incorrect, (can can lead to a double spacing) if the first row(s) are collapsed. Change-Id: Iaa7b999bfb77a82779b7a1d6d290caf6edbc5e68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3513609 Reviewed-by: Aleks Totic <atotic@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#979813}
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.