Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html

Issue 2084053002: EME: Update tests so 'audioCapabilities' always provided (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes (+rebase) Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html
index 00e04846254909a95a05cc755f78f1114de360d2..63d67ddee9f731697860aeac5f67462a0ee0fe17 100644
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-to-multiple-video-elements.html
@@ -17,7 +17,7 @@
var video2 = document.getElementById('video2');
var mediaKeys;
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) {
+ return navigator.requestMediaKeySystemAccess('org.w3.clearkey', getSimpleConfiguration()).then(function(access) {
return access.createMediaKeys();
}).then(function(result) {
mediaKeys = result;

Powered by Google App Engine
This is Rietveld 408576698