[wpt-sync] Sync PR 53341 - Reland "[soft navs] WPT soft LCP test: requestAnimationFrame may generate additional LCP entries"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox142 fixed)
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53341 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53341
Details from upstream follow.
Johannes Henkel <johannes@chromium.org> wrote:
Reland "[soft navs] WPT soft LCP test: requestAnimationFrame may generate additional LCP entries"
This reverts commit bccaa635d365e6d91365a89c44481ab757aaa49b.
Reason for revert: I think I fixed the flakiness. :-)
Original change's description:
Revert "[soft navs] WPT soft LCP test: requestAnimationFrame may generate additional LCP entries"
This reverts commit ae18e2a905e16727ae7c4e55988095c085cd09aa.
Reason for revert: Flaky on Linux bots due to race condition between rAF and presentation time callbacks. https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2F%3Aheadless_shell_wpt%2Fexternal%2Fwpt%2Fsoft-navigation-heuristics%2Flcp%2Ftentative%2Fraf-loop.html
Original change's description:
[soft navs] WPT soft LCP test: requestAnimationFrame may generate additional LCP entries
This tests that a click handler invocation which leads to the detection
of a soft navigation may defer some work with requestAnimationFrame, and
that work can generate additional soft LCP performance entries.Change-Id: Ic432a8fed21a2836c122e6c1d7ba38150c901753
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6651298
Commit-Queue: Johannes Henkel \<johannes@chromium.org>
Reviewed-by: Annie Sullivan \<sullivan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1475225}Change-Id: I866e47960f614817a26d14476098dbfe44021ea9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6657418
Bot-Commit: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Michal Mocny \<mmocny@chromium.org>
Commit-Queue: Scott Haseley \<shaseley@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1476288}Change-Id: Ic4615afa1b68461e5fad846304d49c44dfd2026c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6658297
Reviewed-by: Scott Haseley \<shaseley@chromium.org>
Bot-Commit: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Johannes Henkel \<johannes@chromium.org>
Reviewed-by: Michal Mocny \<mmocny@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1477725}
| Assignee | ||
Comment 1•10 months ago
|
||
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 2•10 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
TIMEOUT: 2
Chrome
TIMEOUT: 2
Safari
OK : 1
FAIL : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /soft-navigation-heuristics/lcp/tentative/raf-loop.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-32-24h2-debug,Gecko-windows11-32-24h2-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],TIMEOUT[GitHub] (Chrome:TIMEOUT, Safari:OK)- Largest Contentful Paint after soft navigation: requestAnimationFrame can add additional LCP entry.:
TIMEOUT(Chrome:TIMEOUT, Safari:FAIL)
- Largest Contentful Paint after soft navigation: requestAnimationFrame can add additional LCP entry.:
Tests Disabled in Gecko Infrastructure
- /soft-navigation-heuristics/lcp/tentative/raf-loop.html [wpt.fyi]:
SKIP[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-32-24h2-debug,Gecko-windows11-32-24h2-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],TIMEOUT[GitHub] (Chrome:TIMEOUT, Safari:OK)
Description
•