commit | 3135888b6d9251bc37175466e2126a97bb97892b | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Tue Aug 16 12:50:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 12:50:04 2022 |
tree | e716cc18bf533cb58d1152be4c735eb6589e22fc | |
parent | d1c4933fffc62ef2412c9b3f8e6e753235a2549b [diff] |
Consistent border-spacing truncation. With this change, we'll treat border-spacing pretty much like margins, as far as block fragmentation is concerned. That is, we'll now truncate them at fragmentainer boundaries. This also includes border-spacing before repeated table headers, which affects quite a few tests in fragmentation/ and printing/. Set border-spacing to 0 in some tests (and compensate by adding padding to the table cells where it makes sense, so that we don't affect the block-size of the contents too much (which would require bigger test rewrites)). Also add new tests that use non-zero border-spacing. They are marked as tentative, since exact behavior here is undefined. Bug: 1335870 Change-Id: I230d33cb165276dba044158cd97b892844bf8ac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3829558 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1035467}
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.