| Index: third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin.html
|
| index 2f5c4208a2b1a04dc01dcce0a3402eacec838aac..528fb97751ad2b4493fa437a155eec301694af92 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin.html
|
| @@ -33,7 +33,8 @@ if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) {
|
| }, 'device orientation');
|
|
|
| promise_test(function(test) {
|
| - return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]);
|
| + return navigator.requestMediaKeySystemAccess('org.w3.clearkey',
|
| + [{ videoCapabilities: [{contentType: 'video/webm; codecs="vp9"'}] }]);
|
| }, 'requestMediaKeySystemAccess');
|
|
|
| // Tests for APIs that have been turned off on insecure origins
|
|
|