[wpt-sync] Sync PR 50293 - LoAF: count idle tasks as frame tasks
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50293 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50293
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
LoAF: count idle tasks as frame tasks
Idle tasks (tasks that run idle callbacks) don't go through
FrameScheduler, and thus were skipping the AnimationFrameTimingMonitor
reporting.Reporting them directly to AnimationFrameTimingMonitor via an IdleTask
probe, so that requestIdleCallback functions correctly attribute
LoAFs.Bug: 391284748
Change-Id: I8e2e9f3ae00e5f749ca85286504056abcc02a734
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185900
Reviewed-by: Scott Haseley \<shaseley@chromium.org>
Commit-Queue: Noam Rosenthal \<nrosenthal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411576}
Assignee | ||
Comment 1•27 days ago
|
||
Assignee | ||
Comment 2•27 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 9 subtests
Status Summary
Firefox
ERROR
: 1
Chrome
OK
: 1
PASS
: 8
FAIL
: 1
Safari
ERROR
: 1
Links
Details
New Tests That Don't Pass
- /long-animation-frame/tentative/loaf-user-callback.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)
Comment 4•25 days ago
|
||
bugherder |
Description
•