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

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-events.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-events.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-events.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-events.html
index 23747cb81568c217ccfb00e5315305f637f4f4f9..2736ce710411968490202fe4570cb37d666a715d 100644
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-events.html
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-events.html
@@ -47,7 +47,7 @@
getSupportedInitDataType().then(function(type) {
initDataType = type;
initData = getInitData(initDataType);
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]);
+ return requestClearKeySystemAccessForInitType(initDataType);
}).then(function(access) {
return access.createMediaKeys();
}).then(test.step_func(function(mediaKeys) {

Powered by Google App Engine
This is Rietveld 408576698