зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1454380 [wpt PR 8508] - Test that requestMediaKeySystemAccess sets label, a=testonly
Automatic update from web-platform-testsTest that requestMediaKeySystemAccess sets label (#8508) On Edge, navigator.requestMediaKeySystemAccess ignores the value passed along to the label configuration field. This test exposes that bug. See https://goo.gl/6SgCRb -- wpt-commits: e6cffaa6d307ec6ef08102aad9c7a4a1df5b7d53 wpt-pr: 8508
This commit is contained in:
Родитель
a3ec0e8c3c
Коммит
9a4ca1805f
|
@ -554377,7 +554377,7 @@
|
|||
"support"
|
||||
],
|
||||
"encrypted-media/scripts/requestmediakeysystemaccess.js": [
|
||||
"022356b6f89ddbda4c2341ff3411a725260c5494",
|
||||
"ee68c7973d18ffd07c5b1b8bf4f4120bd63e3343",
|
||||
"support"
|
||||
],
|
||||
"encrypted-media/scripts/reset-src-after-setmediakeys.js": [
|
||||
|
|
|
@ -91,10 +91,12 @@ function runTest(config, qualifier) {
|
|||
initDataTypes: [config.initDataType],
|
||||
audioCapabilities: [{contentType: config.audioType}],
|
||||
videoCapabilities: [{contentType: config.videoType}],
|
||||
label: 'abcd',
|
||||
}], {
|
||||
initDataTypes: [config.initDataType],
|
||||
audioCapabilities: [{contentType: config.audioType}],
|
||||
videoCapabilities: [{contentType: config.videoType}],
|
||||
label: 'abcd',
|
||||
}, 'Basic supported configuration');
|
||||
|
||||
expect_config(config.keysystem, [{
|
||||
|
|
Загрузка…
Ссылка в новой задаче