Chromium Code Reviews| 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 8f132b2032c9dc60f5dadd8f288abecb69032597..65755fd97694f06cc741661c08652741dfd4f0fc 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 |
| @@ -275,6 +275,10 @@ |
| videoCapabilities: [{contentType: 'video/webm; CODECS="vp8"'}], |
| }, 'CODECS='); |
|
xhwang
2017/02/08 06:15:23
"Media parameter name is case-insensitive"
jrummell
2017/02/08 21:10:14
Done.
|
| + expect_error('org.w3.clearkey', [{ |
| + videoCapabilities: [{contentType: 'video/webm; CODECS="foo"'}], |
| + }], 'NotSupportedError', 'CODECS=foo'); |
|
xhwang
2017/02/08 06:15:23
Unsupported codec
jrummell
2017/02/08 21:10:14
Done.
|
| + |
| // Unrecognized attributes are not allowed. |
| // TODO(jrummell): Unrecognized attributes are ignored currently. |
| // http://crbug.com/449690 |