Closed
Bug 1510916
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14289 - Media Capabilities: implement response side of Encrypted Media.
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14289 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14289
Details from upstream follow.
Mounir Lamouri <mlamouri@chromium.org> wrote:
> Media Capabilities: implement response side of Encrypted Media.
>
> This is adding an DecodingInfo class that carries key system access
> information back and create a MediaKeySystemAccess.
>
> This implementation in //media/blink is a stub that is meant to only
> pass WPT tests at the moment.
>
> Bug: 907909
> Change-Id: I3bac0087ca3051defb8b47d10fffdb6052814ae9
> Reviewed-on: https://chromium-review.googlesource.com/1348733
> WPT-Export-Revision: 57893df3ea0f83fc95725f70ad15eb4c7a8ae7be
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d75068ccfba60bf9bd435bd449f2891894d7425a
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 14 subtests
OK : 1
PASS : 6
FAIL : 8
New tests that have failures or other problems:
/media-capabilities/decodingInfoEncryptedMedia.https.html
Test that decodingInfo returns a valid MediaCapabilitiesDecodingInfo objects with encrypted media: FAIL
Test that decodingInfo() rejects if distinctiveIdentifier isn't valid.: FAIL
Test that decodingInfo() rejects if persistentState isn't valid.: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (1).: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (2).: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (3).: FAIL
Test that decodingInfo() rejects if sessionTypes isn't a sequence.: FAIL
Test that random key systems are reported as non supported.: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/641880884f98
[wpt PR 14289] - Media Capabilities: implement response side of Encrypted Media., a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•