| commit | 883276eb0ab8f83c3400c29679eff189b384a55b | [log] [tgz] |
|---|---|---|
| author | Johannes Henkel <johannes@chromium.org> | Thu Feb 20 19:16:20 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 19:16:20 2025 |
| tree | 6122bc238efe2645d8874bbb14bfb86e8963176a | |
| parent | 6b3558c79ddb879548e98a2068e253f1f4289159 [diff] |
Enable wpt/largest-contentful-paint/observe-css-generated-image.html. This test was imported and then marked as [ Timeout ] from the beginning. https://chromium-review.googlesource.com/c/chromium/src/+/5004848/4/third_party/blink/web_tests/TestExpectations https://chromium-review.googlesource.com/c/chromium/src/+/5004848/4/third_party/blink/web_tests/external/wpt/largest-contentful-paint/observe-css-generated-image.html Would like to try to fix it: - Prior to this change, the image was very small in terms of bytes, as black-rectangle.png is only 307 bytes. Using one of the lcp- images fixes that, so now the element is eligible to be LCP. - There was also a problem with the performance.now() running after the image is already loaded. Therefore this change constructs the element that will be styled with the image. Change-Id: I2c10b3dd39df463933532cee6e7e4cb74169ae25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6285505 Reviewed-by: Michal Mocny <mmocny@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422696}
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.