[wpt-sync] Sync PR 46744 - Prerender: Allow Media Capabilities APIs during prerendering
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox129 fixed)
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46744 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46744
Details from upstream follow.
Hiroki Nakagawa <nhiroki@chromium.org> wrote:
Prerender: Allow Media Capabilities APIs during prerendering
This CL allows (does not defer) Media Capabilities encodingInfo() and
decodingInfo() during prerendering.This should be safe as these APIs just query encoder / decoder
information.Bug: 343845144
Change-Id: Ie92c42b16ad266381f682a5c622a6d62172321cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5587576
Commit-Queue: Hiroki Nakagawa \<nhiroki@chromium.org>
Reviewed-by: Takashi Toyoshima \<toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1315038}
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
ERROR: 4
Chrome
OK : 4
FAIL : 4
Safari
ERROR: 4
Links
Details
New Tests That Don't Pass
- /speculation-rules/prerender/restriction-media-capabilities-decoding-info.https.html?target_hint=_self [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/restriction-media-capabilities-decoding-info.https.html?target_hint=_blank [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/restriction-media-capabilities-encoding-info.https.html?target_hint=_blank [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/restriction-media-capabilities-encoding-info.https.html?target_hint=_self [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)
Comment 3•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6e8b33a8c794
https://hg.mozilla.org/mozilla-central/rev/a6ac57513fb8
Description
•