commit | 9a9be4a17f82953257fc6dbee4dd6eeacf0c9bd9 | [log] [tgz] |
---|---|---|
author | Eain Chen <eainchen@microsoft.com> | Tue Jun 17 17:40:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 17 17:40:23 2025 |
tree | afd523c1e47ba2caba9a2b26ae461e6eacb91435 | |
parent | ef719f90892c4e0293db33de70c43771ee083bce [diff] |
Use paused animation for WPT fractional translation tests Two WPT tests for view transitions with fractional translation fail when run with the "--product=chrome" flag. The failures are due to minor, but consistent, pixel differences near the edges of the rendered text, caused by platform-specific subpixel rendering and anti-aliasing, which are unavoidable when using fractional pixel values. This change uses paused animation to ensure the tests pass reliably across platforms. Bug: 356418728 Change-Id: I48228c49b721461f4d60bd732a7f20a7fcdba0b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6636275 Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Reviewed-by: Gaston Rodriguez <gastonr@microsoft.com> Commit-Queue: Eain Chen <eainchen@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1475079}
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.