| Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
|
| index a9b85da30a5f48dfb15dc5ee5964ae0fa9de27db..49cd47e9ae97e3e1b47bde1eb446b4033ddf71a1 100644
|
| --- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
|
| +++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
|
| @@ -38,7 +38,7 @@
|
| }
|
|
|
| // Tests for keySystem.
|
| - expect_error('', [{}], 'InvalidAccessError', 'Empty keySystem');
|
| + expect_error('', [{}], 'TypeError', 'Empty keySystem');
|
| expect_error('com.example.unsupported', [{}], 'NotSupportedError', 'Unsupported keySystem');
|
| expect_error('org.w3.clearkey.', [{}], 'NotSupportedError', 'keySystem ends with "."');
|
| expect_error('org.w3.ClearKey', [{}], 'NotSupportedError', 'Capitalized keySystem');
|
| @@ -77,7 +77,7 @@
|
| expect_error('Org.w3.clearkey', [{}], 'NotSupportedError', 'Key system name is case sensitive');
|
|
|
| // Tests for trivial configurations.
|
| - expect_error('org.w3.clearkey', [], 'InvalidAccessError', 'Empty supportedConfigurations');
|
| + expect_error('org.w3.clearkey', [], 'TypeError', 'Empty supportedConfigurations');
|
| expect_config('org.w3.clearkey', [{}], {}, 'Empty configuration');
|
|
|
| // Various combinations of supportedConfigurations.
|
|
|