[wpt-sync] Sync PR 61404 - Add scriptCount to Long Animation Frame timing
Categories
(Core :: DOM: Performance APIs, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61404 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61404
Details from upstream follow.
Joone Hur <joonehur@microsoft.com> wrote:
Add scriptCount to Long Animation Frame timing
Introduce the
scriptCountmember on
PerformanceLongAnimationFrameTiming. It reports the number of
top-level JavaScript entry points observed within the entry's interval,
counted regardless of each entry point's individual duration.Test: external/wpt/long-animation-frame/loaf-script-count.tentative.html
Bug: 534893134
Change-Id: Ia3e03132ab9254c4ed7b3d944f188d7683210e89
Reviewed-on: https://chromium-review.googlesource.com/8115510
WPT-Export-Revision: 6869900ec5464104d56c3b5aaa5871a74b9fc406
| Assignee | ||
Updated•3 days ago
|
| Assignee | ||
Updated•2 days ago
|
| Assignee | ||
Updated•2 days ago
|
| Assignee | ||
Updated•2 days ago
|
| Assignee | ||
Updated•2 days ago
|
| Assignee | ||
Comment 1•2 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=40cb5ddb21085b8d46ff8fcb1836f84c620bee28
| Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
ERROR: 1
Chrome
OK : 1
FAIL : 2
Safari
ERROR: 1
Links
Details
New Tests That Don't Pass
- /long-animation-frame/loaf-script-count.tentative.html [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)
Description
•