commit | 0f55a0d6d5cea30beb2378de72232ac92c953f73 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Jul 25 07:07:41 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 25 07:07:41 2025 |
tree | e37314b49a842b91d429f63ce202eecbff5e22c1 | |
parent | 35a814ef2210d53cbbddc29b17c809f03e7fd97a [diff] |
[Blink] Fix DisplayedNonPaintableCanvasIsNotRateLimited test The intent of this test is to verify behavior for a displayed non-paintable canvas. However, the call to IsCanvas2DResourceValid() results in creating a non-composited CRP, which effectively turns this test into the test just below it (for which the behavior should be the same, hence there being no test failure). Bug: 352263194 Change-Id: I3740ac15f1abb27ed50f09c2f785cbc6b3fe5552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6779437 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1491867}
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.