commit | d60d6dd1a564116ab6243a299278d12740b3b552 | [log] [tgz] |
---|---|---|
author | Andreu Botella <abotella@igalia.com> | Thu Oct 31 09:57:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 09:57:32 2024 |
tree | 9cd3540a48480dbfec2f22635d2bb5af9e5a6b58 | |
parent | c5259e684e7afd2305878d5acdaf1e532591bf94 [diff] |
[line-clamp] Update crbug for new disable-css-line-clamp test failures WPT PR #48729 (https://github.com/web-platform-tests/wpt/pull/48729) updated `-webkit-line-clamp` tests to specifically test that lines after clamp are not painted. This is the behavior in the spec, and the one Chromium has with the `CSSLineClamp` feature, which is experimental; but it is different from the legacy behavior. We have a virtual test suite, `virtual/disable-css-line-clamp`, that disables this feature, to make sure the legacy behavior does not regress while it is still enabled by default. Therefore, these test updates introduced failures in that virtual test suite. This patch moves them with the rest of `virtual/disable-css-line-clamp` and changes their crbug to the line-clamp issue. Bug: 40336192, 374822356 Change-Id: I6679950344b6bc9e07870ca5ec2460ec03f7d5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975670 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Andreu Botella <abotella@igalia.com> Cr-Commit-Position: refs/heads/main@{#1376194}
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.