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

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys.html

Issue 2084053002: EME: Update tests so 'audioCapabilities' always provided (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys.html
index e71978363233e051361770b51cd4ef6ee877e606..e31b91b42a6993b5276b4fb2514050be5dbc69ec 100644
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys.html
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys.html
@@ -33,7 +33,7 @@
assert_equals(error.name, 'TypeError');
// Create a MediaKeys object and assign it to video.
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]);
+ return requestClearKeySystemAccessForInitType('keyids');
}).then(function(access) {
assert_equals(access.keySystem, 'org.w3.clearkey');
return access.createMediaKeys();

Powered by Google App Engine
This is Rietveld 408576698