commit | 6b533d59e4704cc03f572f80f07aed6b5412918e | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Fri Apr 28 04:51:10 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 28 04:51:10 2023 |
tree | cb688eeb5d21627548b5c0e8a2d2e0bd2c9cbdec | |
parent | 5dd87a0326b232eba33716c436ee07ea8a43b177 [diff] |
[balance-text] Add a test for `text-indent` This patch adds a test of `text-wrap: balance` for a block with `text-indent`. Note the balancing algorithm is not defined in the spec; it's UA-defined. But the text in this test can be fully balanced that it's reasonable to expect any algorithms to pass. This test hits a `DCHECK` which happens when one of lines overflows. This `DCHECK` is no longer valid, it was checking applicable block but now it checks overflow, which is valid, so removed. Bug: 1251079 Change-Id: I581ec2323ef9a87082fb6d3b4cc788458152bb79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4483399 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1136957}
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.